diff options
author | axtloss <axtlos@disroot.org> | 2024-12-07 01:09:04 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-12-07 01:09:04 +0100 |
commit | c19fb8828e1dfdd4ce548269ff7cf08de96adf95 (patch) | |
tree | 9279e09cc3d056c7164ed053c062a6be8caf6805 /src/routes/+page.svelte | |
parent | 0d0ed030e160e8608091c8049b089359c0cf6b15 (diff) | |
download | website-c19fb8828e1dfdd4ce548269ff7cf08de96adf95.tar.gz website-c19fb8828e1dfdd4ce548269ff7cf08de96adf95.tar.bz2 |
fix buttons
Diffstat (limited to '')
-rw-r--r-- | src/routes/+page.svelte | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 09f6b6c..631f82e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -170,9 +170,9 @@ <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"> </a> - <img src="/ltg.gif" alt="now!" width="88px" height="31px"> - <img src="/transrights.png" alt="trans rights now!" width="88px" height="31px"> - <img src="/xeniatransnow.png" alt="use linux now!" width="88px" height="31px"> + <a><img src="/ltg.gif" alt="now!" width="88px" height="31px"></a> + <a><img src="/transrights.png" alt="trans rights now!" width="88px" height="31px"></a> + <a><img src="/xeniatransnow.png" alt="use linux now!" width="88px" height="31px"></a> </section> </page> |