feat(legal): add privacy policy notice
This commit is contained in:
parent
03325797bf
commit
25fd556c3d
1 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import {
|
|||
SelectValue,
|
||||
Sidebar,
|
||||
SidebarContent,
|
||||
SidebarFooter,
|
||||
SidebarGroup,
|
||||
SidebarGroupContent,
|
||||
SidebarInset,
|
||||
|
|
@ -205,6 +206,15 @@ export default function App() {
|
|||
</SidebarGroupContent>
|
||||
</SidebarGroup>
|
||||
</SidebarContent>
|
||||
<SidebarFooter>
|
||||
<a
|
||||
href="https://legal.methanium.net/methanium/privacy-policy"
|
||||
target="_blank"
|
||||
className="hover:underline"
|
||||
>
|
||||
Privacy Policy
|
||||
</a>
|
||||
</SidebarFooter>
|
||||
</Sidebar>
|
||||
|
||||
<SidebarInset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue