BetterAPI commited on
Commit
e93d115
·
1 Parent(s): f78410b

Update src/lib/components/NavMenu.svelte

Browse files
Files changed (1) hide show
  1. src/lib/components/NavMenu.svelte +2 -2
src/lib/components/NavMenu.svelte CHANGED
@@ -25,8 +25,8 @@
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-3xl" />
29
- HuggingChat
30
  </a>
31
  <a
32
  href={base || "/"}
 
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
32
  href={base || "/"}