mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused learn more link, this is lowered to under the description text
This commit is contained in:
parent
c6fd8bcf4a
commit
28a52b24f5
1 changed files with 0 additions and 16 deletions
|
|
@ -100,22 +100,6 @@ export default function MobileInstallHelp({
|
|||
},
|
||||
}}
|
||||
>
|
||||
<Link passHref href="/help/saving-links">
|
||||
<StyledAnchor
|
||||
css={{
|
||||
fontWeight: '600',
|
||||
fontSize: '12px',
|
||||
lineHeight: '18px',
|
||||
textAlign: 'right',
|
||||
color: !onboarding ? '$grayTextContrast' : 'rgba(10, 8, 6, 0.8)',
|
||||
'@lg': {
|
||||
display: 'none',
|
||||
},
|
||||
}}
|
||||
>
|
||||
Learn more
|
||||
</StyledAnchor>
|
||||
</Link>
|
||||
<StyledText
|
||||
as={'h3'}
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue