fix: typo
This commit is contained in:
parent
e9521b3e06
commit
adaa99bf1d
|
@ -39,7 +39,7 @@ const ShareButton = () => {
|
||||||
//@ts-expect-error navigator is not always defined
|
//@ts-expect-error navigator is not always defined
|
||||||
window.navigator.share ? (
|
window.navigator.share ? (
|
||||||
<Button className='w-full text-lg' size='lg' onClick={shareLink}>
|
<Button className='w-full text-lg' size='lg' onClick={shareLink}>
|
||||||
Paylaş Mobil
|
Paylaş
|
||||||
</Button>
|
</Button>
|
||||||
) : (
|
) : (
|
||||||
<Button className='w-full text-lg' size='lg' onClick={copyLink}>
|
<Button className='w-full text-lg' size='lg' onClick={copyLink}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user