We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d09746 commit 7bfdc50Copy full SHA for 7bfdc50
tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
@@ -70,7 +70,7 @@
70
71
<ScrollArea class="h-[100vh]">
72
<Sidebar.Header class=" top-0 z-10 gap-6 bg-sidebar/50 px-4 pt-4 pb-2 backdrop-blur-lg md:sticky">
73
- <a href="/" onclick={handleMobileSidebarItemClick}>
+ <a href="#/" onclick={handleMobileSidebarItemClick}>
74
<h1 class="inline-flex items-center gap-1 px-2 text-xl font-semibold">llama.cpp</h1>
75
</a>
76
0 commit comments