diff options
author | axtlos <axtlos@disroot.org> | 2024-11-05 20:28:37 +0100 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2024-11-05 20:28:37 +0100 |
commit | fdd0951df18b4a1882d46dc263e932b600e7d4fb (patch) | |
tree | 166cdaf07990fe2fc703028a893ae62583d9783d | |
parent | 396f0ea7dedd58a8be38731e42084d2ad263f490 (diff) | |
download | website-fdd0951df18b4a1882d46dc263e932b600e7d4fb.tar.gz website-fdd0951df18b4a1882d46dc263e932b600e7d4fb.tar.bz2 |
remove title for futile buttonx
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 8295fcf..a2118cd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -161,7 +161,7 @@ <a href="https://chronovore.dev/" target="_blank" rel="noopener noreferrer" title="legiayayana's orbit"> <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" title="legiayayana's orbit"> + <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"> </a> <a href="https://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> |