feat(legal): add privacy policy notice

This commit is contained in:
Alois 2026-08-10 22:33:27 +02:00
commit 25fd556c3d
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -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>