mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
updated full url to relative url for learn more link
This commit is contained in:
parent
8fbb976f8f
commit
a56314c21a
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ export default function EmailsPage(): JSX.Element {
|
|||
</StyledText>
|
||||
</Box>
|
||||
<Box style={{ flex: '1', marginLeft: '9px' }}>
|
||||
<Link passHref href="https://omnivore.app/help/newsletters">
|
||||
<Link passHref href="/help/newsletters">
|
||||
<a style={{ textDecoration: 'none' }}>
|
||||
<TooltipWrapped
|
||||
tooltipContent="Learn More"
|
||||
|
|
|
|||
Loading…
Reference in a new issue