Made fixes to MobileInstallHelp component

This commit is contained in:
gitstart-omnivore 2022-05-16 23:19:24 +00:00
parent ede60b21ee
commit db72f7c733

View file

@ -166,14 +166,13 @@ export default function MobileInstallHelp({
color: '$grayTextContrast',
fontSize: '14px',
fontWeight: 600,
display: 'none',
'@lg': {
display: 'initial',
textDecoration: 'underline',
},
}}
>
Learn more about the share extension here.
Learn more about the iOS app ->
</StyledAnchor>
</Link>
)}