diff --git a/src/web/common/CopyText.tsx b/src/web/common/CopyText.tsx index 15630be..856d255 100644 --- a/src/web/common/CopyText.tsx +++ b/src/web/common/CopyText.tsx @@ -7,7 +7,7 @@ interface Props { export const CopyText: React.FC = ({ text, displayText }) => (
{ e.preventDefault(); navigator.clipboard.writeText(text);