diff options
author | mat <github@matdoes.dev> | 2022-03-18 22:35:48 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-03-18 22:35:48 -0500 |
commit | ad44db86285099ebcde7b3e5c7a3a1e5d503c596 (patch) | |
tree | 680fc6a8b836a84db0d6ba920797f18e0e704355 /src | |
parent | 26d24d490b4fdf19733201cb27d1f71ce99c9ded (diff) | |
download | skyblock-stats-ad44db86285099ebcde7b3e5c7a3a1e5d503c596.tar.gz skyblock-stats-ad44db86285099ebcde7b3e5c7a3a1e5d503c596.tar.bz2 skyblock-stats-ad44db86285099ebcde7b3e5c7a3a1e5d503c596.zip |
change alt in github icon
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/index.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index ce105ee..3a797a9 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -34,7 +34,7 @@ description="Check SkyBlock stats, see leaderboards, mayors, and way more." /> <a class="github" href="https://github.com/skyblockstats/skyblock-stats"> - <img src="/github-mark-light.png" alt="GitHub Logo" /> + <img src="/github-mark-light.png" alt="View source on GitHub" /> </a> <main> |