diff options
Diffstat (limited to 'src/routes/+page.svelte')
-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> |