2
0
Эх сурвалжийг харах

FIX: corrected the source of the logo file

Naz 3 сар өмнө
parent
commit
65bbf3d406

+ 1 - 1
src/routes/+page.svelte

@@ -1,4 +1,4 @@
 <main class="flex flex-grow flex-col items-center mt-32">
-  <img class="rounded-md" src="/favicon.png" alt="Logo" width="128" />
+  <img class="rounded-md" src="./favicon.png" alt="Logo" width="128" />
   <p class="animate-pulse text-sm text-muted-foreground italic m-3">Coming soon...</p>
 </main>