From d603311652d2e1aa8a40ee70c2b35caa1bc664b6 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:58:58 +0200 Subject: [PATCH] refactor: Remove code-copy-button toast success message --- src/components/ui/code-copy-button.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ui/code-copy-button.tsx b/src/components/ui/code-copy-button.tsx index 29075c9..fd54dce 100644 --- a/src/components/ui/code-copy-button.tsx +++ b/src/components/ui/code-copy-button.tsx @@ -38,9 +38,9 @@ export default function CodeCopyButton({ }, 500); } - toast.success(`copied ${type} to clipboard`, { - icon: , - }); + // toast.success(`copied ${type} to clipboard`, { + // icon: , + // }); }; return (