Add privacy policy noticve

This commit is contained in:
Alois 2026-08-10 22:23:01 +02:00
commit b0ea2b6591
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -13,6 +13,15 @@ export const Route = createRootRoute({
<div className="min-h-screen bg-background text-foreground"> <div className="min-h-screen bg-background text-foreground">
<Header /> <Header />
<Outlet /> <Outlet />
<div className="fixed bottom-0 left-0 m-3">
<a
href="https://legal.methanium.net/methanium/privacy-policy"
target="_blank"
className="hover:underline"
>
Privacy Policy
</a>
</div>
</div> </div>
), ),
notFoundComponent: EmptyPage, notFoundComponent: EmptyPage,