Explorar o código

FIX: corrected the source of the logo file

Naz hai 3 meses
pai
achega
65bbf3d406
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/routes/+page.svelte

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

@@ -1,4 +1,4 @@
 <main class="flex flex-grow flex-col items-center mt-32">
 <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>
   <p class="animate-pulse text-sm text-muted-foreground italic m-3">Coming soon...</p>
 </main>
 </main>