mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2122 from omnivore-app/fix/update-privacy-links
fix/update privacy links
This commit is contained in:
commit
70530742d6
2 changed files with 10 additions and 2 deletions
|
|
@ -66,8 +66,16 @@ export function LandingFooter(): JSX.Element {
|
|||
</FooterList>
|
||||
</VStack>
|
||||
<VStack>
|
||||
<StyledText style="aboutFooter">Get Help</StyledText>
|
||||
<StyledText style="aboutFooter">About</StyledText>
|
||||
<FooterList>
|
||||
<li>
|
||||
<a href="https://docs.omnivore.app/about/pricing">Pricing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://docs.omnivore.app/about/privacy-statement">
|
||||
Privacy
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="mailto:feedback@omnivore.app">Contact us via email</a>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ const moduleExports = {
|
|||
},
|
||||
{
|
||||
source: '/privacy',
|
||||
destination: 'https://docs.omnivore.app/about/privacy',
|
||||
destination: 'https://docs.omnivore.app/about/privacy-policy',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue