Skip to content

Commit

Permalink
Removing extra commas, capitalizing Goal
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Aug 11, 2023
1 parent 5133915 commit a06fe18
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layouts/tracker.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"shared_item_grid": {
"type": "array",
"orientation": "horizontal",
Expand All @@ -14,12 +14,12 @@
"h_alignment": "left",
"item_size": "50",
"rows": [
[ "BWSquare", "ColoredSquares", "ProgressiveStars", "ProgressiveDots", "Arrows", "Brain", "goal" ],
[ "BWSquare", "ColoredSquares", "ProgressiveStars", "ProgressiveDots", "Arrows", "Brain", "Goal" ],
[ "Symmetry", "ColoredDots", "SoundDots", "Triangles" , "Boat", "lasers", "boxShort"],
[ "Shapers", "RotatedShapers", "NegativeShapers", "Eraser", "", "Skip", "boxLong"]
]
},
]},
}
]}
]
},
"tracker_default": {
Expand Down Expand Up @@ -88,7 +88,7 @@
}
}
]
},
}
]
}
},
Expand Down Expand Up @@ -160,7 +160,7 @@
}
}
]
},
}
]
}
}
Expand Down

0 comments on commit a06fe18

Please sign in to comment.