Quellcode durchsuchen

FIX: corrected the source of the logo file

Naz vor 3 Monaten
Ursprung
Commit
65bbf3d406
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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">
-  <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>