From 6e4125e10e146ab15133f6d66addcc3e1347472e Mon Sep 17 00:00:00 2001 From: ankushKun <ankush4singh@gmail.com> Date: Mon, 17 Jun 2024 23:41:22 +0530 Subject: [PATCH] download fix --- next_app/src/components/top-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next_app/src/components/top-bar.tsx b/next_app/src/components/top-bar.tsx index db166b6..9cd8732 100644 --- a/next_app/src/components/top-bar.tsx +++ b/next_app/src/components/top-bar.tsx @@ -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 />