Timothy Jaeryang Baek 4 月之前
父節點
當前提交
c53ace3c98
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/lib/components/channel/Channel.svelte

+ 4 - 0
src/lib/components/channel/Channel.svelte

@@ -156,6 +156,10 @@
 	});
 	});
 </script>
 </script>
 
 
+<svelte:head>
+	<title>#{channel?.name ?? 'Channel'} | Open WebUI</title>
+</svelte:head>
+
 <div
 <div
 	class="h-screen max-h-[100dvh] {$showSidebar
 	class="h-screen max-h-[100dvh] {$showSidebar
 		? 'md:max-w-[calc(100%-260px)]'
 		? 'md:max-w-[calc(100%-260px)]'