docs: remove unnecessary whitespace

there is an inconsistency in the whitespace surrounding the URL within the `srcset` attribute, hence we always get the snake in light mode
This commit is contained in:
Tanmoy
2023-07-03 23:43:52 +05:30
committed by Platane
parent 3acebc09eb
commit 3eed9ce6d6

View File

@@ -11,15 +11,11 @@ Generates a snake game from a github user contributions graph
<picture> <picture>
<source <source
media="(prefers-color-scheme: dark)" media="(prefers-color-scheme: dark)"
srcset=" srcset="https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-dark.svg"
https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake-dark.svg
"
/> />
<source <source
media="(prefers-color-scheme: light)" media="(prefers-color-scheme: light)"
srcset=" srcset="https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake.svg"
https://raw.githubusercontent.com/platane/snk/output/github-contribution-grid-snake.svg
"
/> />
<img <img
alt="github contribution grid snake animation" alt="github contribution grid snake animation"