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

@ -42,7 +42,7 @@
<div class="container flex flex-col justify-between w-full h-[100dvh] p-8 md:p-16">
<img class="absolute inset-0 object-cover w-full h-full blur-sm -z-10" src="./static/will-rust-Vv1E0zcQDCI-unsplash.jpg" alt=""/>
<div class="flex flex-col gap-8 lg:items-center lg:justify-between lg:flex-row">
<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 href="https://status.wah.su" class="flex flex-row items-center justify-center gap-4" target="_blank">
<div class="w-6 h-6 transition ease-in bg-gray-500 rounded-full sm:w-8 sm:h-8 aspect-square duration-400" id="status-icon"></div>
<p class="text-xl sm:text-3xl" id="status-text">Fetching Services Status</p>