mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Made fixes to MobileInstallHelp component
This commit is contained in:
parent
ede60b21ee
commit
db72f7c733
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue