mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use apple badge for install icon
This commit is contained in:
parent
febde10a3c
commit
b4d7d056b0
1 changed files with 7 additions and 12 deletions
|
|
@ -176,18 +176,13 @@ export default function MobileInstallHelp(): JSX.Element {
|
|||
},
|
||||
}}
|
||||
>
|
||||
<StyledImg
|
||||
css={{
|
||||
width: '45%',
|
||||
maxWidth: '150px',
|
||||
'@lg': {
|
||||
marginLeft: '$3',
|
||||
width: '50%',
|
||||
},
|
||||
}}
|
||||
src="/static/media/appStoreBadge.png"
|
||||
alt="Save articles"
|
||||
/>
|
||||
<Box css={{ width: '100%', height: '37px', '@lg': {
|
||||
pl: '16px',
|
||||
}}}>
|
||||
<a href="/install/ios" style={{ display: 'inlineBlock', overflow: 'hidden' }}>
|
||||
<img src="https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/en-us?size=90x37&releaseDate=1628121600&h=2bbc629b0455dbea136257c9f518e4b3" alt="Download on the App Store" style={{ }} />
|
||||
</a>
|
||||
</Box>
|
||||
<HStack
|
||||
css={{
|
||||
width: '40%',
|
||||
|
|
|
|||
Loading…
Reference in a new issue