Skip to content

Commit

Permalink
changes: removed checkbox for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Smnthjm08 committed Nov 18, 2024
1 parent b510fec commit 0908f9b
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({
<div className="flex w-full items-center justify-between gap-2">
<div className="flex items-center gap-2">
<div className="flex gap-2">
<Check content={content} />
{content.type === 'video' && <Check content={content} />}
{content.type === 'video' && <Play className="size-4" />}
{content.type === 'notion' && <File className="size-4" />}
</div>
Expand Down

0 comments on commit 0908f9b

Please sign in to comment.