diff --git a/src/components/ShareButton.tsx b/src/components/ShareButton.tsx index 7588240..28ffbe5 100644 --- a/src/components/ShareButton.tsx +++ b/src/components/ShareButton.tsx @@ -39,7 +39,7 @@ const ShareButton = () => { //@ts-expect-error navigator is not always defined window.navigator.share ? ( ) : (