mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add links on about pages
This commit is contained in:
parent
9efe4c53bb
commit
160b673bd2
1 changed files with 9 additions and 1 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue