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,
|
SelectValue,
|
||||||
Sidebar,
|
Sidebar,
|
||||||
SidebarContent,
|
SidebarContent,
|
||||||
|
SidebarFooter,
|
||||||
SidebarGroup,
|
SidebarGroup,
|
||||||
SidebarGroupContent,
|
SidebarGroupContent,
|
||||||
SidebarInset,
|
SidebarInset,
|
||||||
|
|
@ -205,6 +206,15 @@ export default function App() {
|
||||||
</SidebarGroupContent>
|
</SidebarGroupContent>
|
||||||
</SidebarGroup>
|
</SidebarGroup>
|
||||||
</SidebarContent>
|
</SidebarContent>
|
||||||
|
<SidebarFooter>
|
||||||
|
<a
|
||||||
|
href="https://legal.methanium.net/methanium/privacy-policy"
|
||||||
|
target="_blank"
|
||||||
|
className="hover:underline"
|
||||||
|
>
|
||||||
|
Privacy Policy
|
||||||
|
</a>
|
||||||
|
</SidebarFooter>
|
||||||
</Sidebar>
|
</Sidebar>
|
||||||
|
|
||||||
<SidebarInset>
|
<SidebarInset>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue