style share link on mobile

This commit is contained in:
keyan 2022-12-19 17:37:31 -06:00
parent b96f014906
commit a92172ab9b
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ export default function Share ({ item }) {
return typeof window !== 'undefined' && navigator?.share
? (
<div className='ml-auto d-flex align-items-center'>
<div className='ml-auto pointer d-flex align-items-center'>
<ShareIcon
className='mx-2 fill-grey theme'
onClick={() => {
if (navigator.share) {
navigator.share({