Skip to content

Commit 5680152

Browse files
authored
fix(snippets): add missing comma (#727)
1 parent 54f6469 commit 5680152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"description": "Hides the Audiobook button on the home page",
359359
"code": "button[aria-label='Audiobooks'] {display:none;}",
360360
"preview": "resources/assets/snippets/Hide-Audiobooks-Button.png"
361-
}
361+
},
362362
{
363363
"title": "Hide Podcast Button",
364364
"description": "Hides the Podcast button on the home page",

0 commit comments

Comments
 (0)