Skip to content

Commit

Permalink
Update menu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nickscamara committed May 28, 2024
1 parent 3efb600 commit 8d1fcd9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function Menu({
<Download size={16} className="mr-1" />
Export
</Button>
<DropdownMenu>
{/* <DropdownMenu>
<DropdownMenuTrigger
style={{ backgroundColor: `${theme.startColor}40` }}
className="h-[40px] border-0 w-[32px] p-0 rounded"
Expand All @@ -238,14 +238,8 @@ export default function Menu({
Embed
</div>
</DropdownMenuItem>
{/* <DropdownMenuItem onClick={handleExportCopyAsImage}>
<div className="flex items-center justify-start gap-2">
<Image size={16} className="-ml-4 mr-1" />
Copy PNG
</div>
</DropdownMenuItem> */}
</DropdownMenuContent>
</DropdownMenu>
</DropdownMenu> */}
</div>
</div>
</div>
Expand Down

0 comments on commit 8d1fcd9

Please sign in to comment.