Skip to content

Commit

Permalink
changes: removed checkbox for notes (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smnthjm08 authored Dec 6, 2024
1 parent 364ce05 commit b731ccc
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 @@ -203,7 +203,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 b731ccc

Please sign in to comment.