Skip to content

Commit ca83977

Browse files
authored
fix(snippets): use single quotes (#707)
* Update snippets.json * Add files via upload * Fix snippets.json
1 parent baef41a commit ca83977

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
@@ -332,7 +332,7 @@
332332
{
333333
"title": "Amogus Dancing",
334334
"description": "Adds dancing amogus onto your playback bar!",
335-
"code": ".player-controls .playback-progressbar::after { content: ""; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 42px; /* Asegúrate de cambiar esto para que no se superponga con el otro GIF */ position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHI5czk0Z2hvd2Eyd28xbnoxanFubXNvNnA3eHV0Z3R1Zm1sYjJ3ZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/l3pvo4H9dg4BX4gueg/giphy.gif'); }",
335+
"code": ".player-controls .playback-progressbar::after { content: ''; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 42px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHI5czk0Z2hvd2Eyd28xbnoxanFubXNvNnA3eHV0Z3R1Zm1sYjJ3ZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/l3pvo4H9dg4BX4gueg/giphy.gif'); }",
336336
"preview": "resources/assets/snippets/amogus-dancing.png"
337337
}
338338
]

0 commit comments

Comments
 (0)