Skip to content

Commit cd9a0b7

Browse files
Fixed broken sidebar home link
1 parent 56f9b76 commit cd9a0b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

5 Bytes
Binary file not shown.

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)