terms, privacy policy update, gdpr, gdpr guide (#155)

Co-authored-by: knugget <johannes@knugget.de>
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Matti Nannt
2022-11-23 11:11:33 +01:00
committed by GitHub
parent e2fa13031f
commit b2da7306d2
7 changed files with 323 additions and 4 deletions
@@ -22,6 +22,8 @@ const navigation = {
{ name: "Community", href: "/community", status: true },
{ name: "Docs", href: "/docs", status: true },
{ name: "Blog", href: "/blog", status: true },
{ name: "GDPR FAQ", href: "/gdpr", status: true },
{ name: "GDPR Guide", href: "/gdpr-guide", status: true },
],
social: [
{
@@ -164,7 +166,8 @@ export default function Footer() {
<p className="text-sm text-slate-400 dark:text-gray-500 xl:text-center">
&copy; 2022. All rights reserved.
<br />
<Link href="/imprint">Imprint</Link> | <Link href="/privacy">Privacy Policy</Link>
<Link href="/imprint">Imprint</Link> | <Link href="/privacy">Privacy Policy</Link> |{" "}
<Link href="/terms">Terms</Link>
</p>
</div>
</div>