BetterAPI commited on
Commit
abc7d68
·
1 Parent(s): eb84572

Update src/lib/components/NavMenu.svelte

Browse files
Files changed (1) hide show
  1. src/lib/components/NavMenu.svelte +1 -1
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 classNames="mr-1 text-2xl" />
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="25px" height="25px" classNames="mr-1 text-2xl" />
29
  BetterChat
30
  </a>
31
  <a