diff options
author | futile <git@futile.eu> | 2024-12-04 12:54:23 +0000 |
---|---|---|
committer | futile <git@futile.eu> | 2024-12-04 12:54:23 +0000 |
commit | ef6c4b162a49929672dd2dc40920ae1845456198 (patch) | |
tree | dc8d9663cc6e1b94476036b5125f4b35be1eb493 | |
parent | 24497b3d0453d30f2a1c91ca29fdd1f59453ead4 (diff) | |
download | website-ef6c4b162a49929672dd2dc40920ae1845456198.tar.gz website-ef6c4b162a49929672dd2dc40920ae1845456198.tar.bz2 |
fix futile button
Diffstat (limited to '')
-rw-r--r-- | src/routes/+page.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 036e82b..3949be8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -162,7 +162,7 @@ <img src="https://chronovore.dev/button/chronovore.png" alt="button that says 'ada', text is overlayed a photograph of neptune, which in this image is a blue gas giant" width="88px" height="31px"> </a> <a href="https://futile.eu/" target="_blank" rel="noopener noreferrer"> - <img src="https://futile.eu/buttons/futile.png" alt="button that says 'futile'" width="88px" height="31px"> + <img src="https://futile.eu/static/buttons/futile.png" alt="button that says 'futile'" width="88px" height="31px"> </a> <a href="https://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> <img src="/lain.gif" alt="lain" width="88px" height="31px"> |