diff --git a/packages/web/src/components/layout/ChannelSidebar.tsx b/packages/web/src/components/layout/ChannelSidebar.tsx index 4c3a885f..a1eea26b 100644 --- a/packages/web/src/components/layout/ChannelSidebar.tsx +++ b/packages/web/src/components/layout/ChannelSidebar.tsx @@ -392,7 +392,7 @@ export function ChannelSidebar() { return ( <>
-
+
@@ -1369,7 +1369,7 @@ function ChannelItem({ - {channel.name} + {channel.name} {canManage && ( -
+
@@ -160,7 +160,7 @@ export function MainContent() {
)} -
+
@@ -237,7 +237,7 @@ export function MainContent() { if (!currentChannelId || !channel) { return (
-
+
Select a channel
@@ -256,7 +256,7 @@ export function MainContent() { if (!isInThisChannel) { return (
-
+
@@ -289,7 +289,7 @@ export function MainContent() { ref={voiceContainerRef} className={`flex-1 flex flex-col bg-surface-base min-w-0 group/voice relative ${voiceFullscreen ? 'h-screen' : ''}`} > -
+
@@ -325,7 +325,7 @@ export function MainContent() { return (
-
+
# {channel.name}