diff --git a/frontend/src/components/ui/code-copy-button.tsx b/frontend/src/components/ui/code-copy-button.tsx index 6c79ce793..edcf0d0e4 100644 --- a/frontend/src/components/ui/code-copy-button.tsx +++ b/frontend/src/components/ui/code-copy-button.tsx @@ -37,10 +37,6 @@ export default function CodeCopyButton({ ); }, 500); } - - // toast.success(`copied ${type} to clipboard`, { - // icon: , - // }); }; return ( @@ -49,17 +45,17 @@ export default function CodeCopyButton({
{!isMobile && children ? children : "Copy install command"}
-
handleCopy("install command", children)} + className={cn("bg-muted px-3 py-4")} + title="Copy" > {hasCopied ? ( ) : ( )} - Copy -
+ );