Skip to content

Commit 56988a2

Browse files
committed
.
1 parent 1b7f026 commit 56988a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ function CopyText({ children: text }) {
1717
return <div className="relative text-sm">
1818
<pre className="font-mono pt-12">{text}</pre>
1919
<button
20+
className="absolute top-2 right-2 bg-blue-600 hover:bg-blue-500 active:bg-blue-300 transition-colors text-white p-1 rounded-md"
2021
onClick={() => navigator.clipboard.writeText(text)}
21-
className={"absolute top-2 right-2 bg-blue-600 hover:bg-blue-500 active:bg-blue-300 transition-colors text-white p-1 rounded-md"}
2222
>
2323
Copy
2424
</button>

0 commit comments

Comments
 (0)