Skip to content

Commit

Permalink
fixes titles inside bar (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
guruharsha1 authored Dec 11, 2024
1 parent 2b23243 commit 15cb707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export function Sidebar({
{content.type === 'video' && <Play className="size-4" />}
{content.type === 'notion' && <File className="size-4" />}
</div>
<div>
{content.title}
</div>
{content.type === 'video' && (
<BookmarkButton
bookmark={content.bookmark ?? null}
Expand Down

0 comments on commit 15cb707

Please sign in to comment.