Skip to content

Commit

Permalink
remvoe test
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Feb 4, 2025
1 parent eacee1a commit dac4e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/copier/copier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Copier({ text, classes, size, children }: Props) {
aria-labelledby="copy"
/>
)}
<span id="copied" className="invisible absolute test">
<span id="copied" className="invisible absolute">
Copied!
</span>
<span id="copy" className="invisible absolute">
Expand Down

0 comments on commit dac4e5b

Please sign in to comment.