mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 13:54:40 +00:00
web: Added privacy and terms pages.
This commit is contained in:
parent
ad32ab0b97
commit
c22d49caa0
3 changed files with 352 additions and 2 deletions
|
@ -13,11 +13,11 @@ export function Footer() {
|
|||
const pages = [
|
||||
{
|
||||
title: "Privacy",
|
||||
href: "#",
|
||||
href: "/privacy",
|
||||
},
|
||||
{
|
||||
title: "Terms",
|
||||
href: "#",
|
||||
href: "/terms",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue