Skip to content

Commit

Permalink
Update Sidebar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MeerUzairWasHere authored Sep 28, 2024
1 parent 1ceeb14 commit 5db31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function Sidebar({
<Check content={content} />
{content.type === 'video' && <Play className="size-4" />}
{content.type === 'notion' && <File className="size-4" />}
<div className="truncate text-base">{content.title}</div>
<div className="text-ellipsis text-base">{content.title}</div>
</div>
{content.type === 'video' && (
<BookmarkButton
Expand Down

0 comments on commit 5db31b1

Please sign in to comment.