Skip to content

Commit

Permalink
fix(snippets): add missing comma (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Apr 6, 2024
1 parent 54f6469 commit 5680152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"description": "Hides the Audiobook button on the home page",
"code": "button[aria-label='Audiobooks'] {display:none;}",
"preview": "resources/assets/snippets/Hide-Audiobooks-Button.png"
}
},
{
"title": "Hide Podcast Button",
"description": "Hides the Podcast button on the home page",
Expand Down

0 comments on commit 5680152

Please sign in to comment.