mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add link to security policy in footer
This commit is contained in:
parent
3d680766d5
commit
ffe4c2c51d
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,11 @@ export function LandingFooter(): JSX.Element {
|
|||
Join our community on Discord
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/omnivore-app/omnivore/blob/main/SECURITY.md">
|
||||
Security
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://docs.omnivore.app">Read our Docs</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue