Remove unused learn more link, this is lowered to under the description text

This commit is contained in:
Jackson Harper
2022-05-23 12:09:28 -07:00
parent c6fd8bcf4a
commit 28a52b24f5

View File

@ -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={{