fix: logo path

This commit is contained in:
Kentai Radiquum 2024-11-30 20:47:05 +05:00
parent d8efaca7dd
commit bd52c3e1ab
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
class="flex flex-col gap-4 text-4xl sm:items-center sm:text-6xl sm:flex-row"
>
<a href="./index.html" class="block"
><img class="w-96" src="static/LOGO.svg" alt="wah.su" id="logo"
><img class="w-96" src="./static/logo.svg" alt="wah.su"
/></a>
<p class="block">/Privacy</p>
</div>