generated from methanium/template
Add privacy policy noticve
This commit is contained in:
parent
7ea717263e
commit
b0ea2b6591
1 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue