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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user