Skip to content

Commit 7bfdc50

Browse files
Fixed broken sidebar home link
1 parent 1d09746 commit 7bfdc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<ScrollArea class="h-[100vh]">
7272
<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}>
73+
<a href="#/" onclick={handleMobileSidebarItemClick}>
7474
<h1 class="inline-flex items-center gap-1 px-2 text-xl font-semibold">llama.cpp</h1>
7575
</a>
7676

0 commit comments

Comments
 (0)