mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-06 00:57:21 -04:00
Add quotes to slider description
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ module.exports = [
|
|||||||
"appKey": "slider",
|
"appKey": "slider",
|
||||||
"defaultValue": 15,
|
"defaultValue": 15,
|
||||||
"label": "Slider",
|
"label": "Slider",
|
||||||
description: "This is the description for the slider",
|
"description": "This is the description for the slider",
|
||||||
"min": 10,
|
"min": 10,
|
||||||
"max": 20,
|
"max": 20,
|
||||||
"step": 0.25
|
"step": 0.25
|
||||||
|
|||||||
Reference in New Issue
Block a user