Skip to content

Commit 085fa8d

Browse files
committed
Update CopyOnClick.tsx
1 parent 842652a commit 085fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/elements/CopyOnClick.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const CopyOnClick: React.FC<{ text: string }> = ({ text, children }) => {
5353
}
5454
</Fade>
5555
</SwitchTransition>
56-
<CopyToClipboard onCopy={onCopy} text={text} options={{ debug: true }}>
56+
<CopyToClipboard onCopy={onCopy} text={text} options={{ debug: true }} css={tw`cursor-pointer`}>
5757
{children}
5858
</CopyToClipboard>
5959
</>

0 commit comments

Comments
 (0)