style share link on mobile
This commit is contained in:
parent
b96f014906
commit
a92172ab9b
@ -9,8 +9,9 @@ export default function Share ({ item }) {
|
|||||||
|
|
||||||
return typeof window !== 'undefined' && navigator?.share
|
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
|
<ShareIcon
|
||||||
|
className='mx-2 fill-grey theme'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (navigator.share) {
|
if (navigator.share) {
|
||||||
navigator.share({
|
navigator.share({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user