use for URL because Next prefers that, set the link target on install
This commit is contained in:
@ -179,7 +179,7 @@ export default function MobileInstallHelp(): JSX.Element {
|
||||
<Box css={{ width: '100%', height: '37px', '@lg': {
|
||||
pl: '16px',
|
||||
}}}>
|
||||
<a href="/install/ios" style={{ display: 'inlineBlock', overflow: 'hidden' }}>
|
||||
<a href="https://omnivore.app/install/ios" target='_blank' 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>
|
||||
|
||||
Reference in New Issue
Block a user