Spaces:
Runtime error
Runtime error
Update src/lib/components/NavMenu.svelte
Browse files
src/lib/components/NavMenu.svelte
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
|
26 |
<div class="sticky top-0 flex flex-none items-center justify-between px-3 py-3.5 max-sm:pt-0">
|
27 |
<a class="flex items-center rounded-xl text-lg font-semibold" href="{PUBLIC_ORIGIN}{base}/">
|
28 |
-
<Logo width="
|
29 |
BetterChat
|
30 |
</a>
|
31 |
<a
|
|
|
25 |
|
26 |
<div class="sticky top-0 flex flex-none items-center justify-between px-3 py-3.5 max-sm:pt-0">
|
27 |
<a class="flex items-center rounded-xl text-lg font-semibold" href="{PUBLIC_ORIGIN}{base}/">
|
28 |
+
<Logo width="40px" height="40px" classNames="mr-1" />
|
29 |
BetterChat
|
30 |
</a>
|
31 |
<a
|