Skip to content

Commit

Permalink
Animation Modal: preview text unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed May 15, 2024
1 parent 5de7ecf commit 04e37ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AnimationDetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const AnimationDetailsModal: React.FC<Props> = ({
Click Me
</Button>
<p className="text-zinc-600 absolute left-1/2 bottom-3 -translate-x-1/2 text-sm flex items-center gap-1">
<span>Preview</span>
<span className="select-none">Preview</span>
<span>
<Telescope size={14} />
</span>
Expand Down

0 comments on commit 04e37ca

Please sign in to comment.