From 595eb59726b75eae95c3f65bc6a5fcd2a00d28a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Fri, 5 Jun 2026 20:43:02 +0800 Subject: [PATCH] fix: remove non-functional animation classes from CopyButton tailwindcss-animate plugin is not installed, so animate-in/fade-in/zoom-in-75 classes have no effect. Remove them to avoid confusion. --- src/components/CopyButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CopyButton.tsx b/src/components/CopyButton.tsx index 23f9bb3..a8e9b7b 100644 --- a/src/components/CopyButton.tsx +++ b/src/components/CopyButton.tsx @@ -62,7 +62,7 @@ export const CopyButton: React.FC = ({ {...props} > {copied ? ( - + ) : ( )}