Skip to content

Commit

Permalink
download fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Jun 17, 2024
1 parent 61e12d3 commit 6e4125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/components/top-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function TopBar() {
<div className="flex flex-col items-center justify-start opacity-50 hover:opacity-80 active:opacity-100 cursor-pointer" onClick={downloadProject}>
{/* <Image src={Icons.shareSVG} alt="Send" width={22} height={22} className="my-2" /> */}
<DownloadIcon className="mb-1.5 h-5 w-5 fill-foreground" />
<div className="text-xs">DOWLOAD</div>
<div className="text-xs">DOWNLOAD</div>
</div>

<Share />
Expand Down

0 comments on commit 6e4125e

Please sign in to comment.