feat: add copy button for className

This commit is contained in:
ReaJason
2024-12-24 22:50:10 +08:00
parent 3b9d6b2daa
commit d8285923ca
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>