diff --git a/apps/desktop/src/app/chat/sidebar/index.tsx b/apps/desktop/src/app/chat/sidebar/index.tsx
index 9477cd568bf..eabed4948fd 100644
--- a/apps/desktop/src/app/chat/sidebar/index.tsx
+++ b/apps/desktop/src/app/chat/sidebar/index.tsx
@@ -632,12 +632,12 @@ export function ChatSidebar({
{contentVisible && (
<>
-
+
{s.nav[item.id] ?? item.label}
{isNewSession && (
)}