feat: add copy button for className

This commit is contained in:
ReaJason
2024-12-24 22:50:10 +08:00
parent e31d8e751d
commit bea468a311
5 changed files with 120 additions and 44 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ function IndexComponent() {
</Alert>
)}
{data && (
{!isError && data && (
<Alert>
<ActivityIcon className="h-4 w-4" />
<AlertTitle>It Work!</AlertTitle>