Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
BodySites committed Aug 17, 2023
1 parent 06e6f7a commit e197089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Copy/ui/CopyLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const CopyLink: React.FC = () => {
}

return (
<Tooltip active={tooltipActive}>
<Tooltip active={tooltipActive} message="Ссылка скопирована!">
<Button onClick={copyLink}>
<svg
width="18"
Expand Down

0 comments on commit e197089

Please sign in to comment.