From 15cb7072217d9fd1b4f235a76237f5ae4a11d7e1 Mon Sep 17 00:00:00 2001 From: Guru Harsha <79655671+guruharsha1@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:23:14 +0530 Subject: [PATCH] fixes titles inside bar (#1632) --- src/components/Sidebar.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index d3bf61eb..fa94b2f7 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -210,6 +210,9 @@ export function Sidebar({ {content.type === 'video' && } {content.type === 'notion' && } +
+ {content.title} +
{content.type === 'video' && (