Browse Source

FIX: corrected the source of the logo file

Naz 3 tháng trước cách đây
mục cha
commit
65bbf3d406
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>