From f04d01b3a97db15afbb407315d9ae24cdcefaaf0 Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Fri, 12 Apr 2024 09:55:48 +0200 Subject: [PATCH] chore: update privacy --- docs/pages/index.mdx | 2 +- docs/sidebar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 4e7afed..185c8db 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -160,7 +160,7 @@ We are committed to nautilus as an open-source project. Reach out if you are abl
- Privacy + Privacy | Imprint
\ No newline at end of file diff --git a/docs/sidebar.ts b/docs/sidebar.ts index 93cad5f..7ddb9c1 100644 --- a/docs/sidebar.ts +++ b/docs/sidebar.ts @@ -187,7 +187,7 @@ export const sidebar = { { text: 'Legal', items: [ - { text: 'Privacy', link: 'https://delta-dao.com/privacy' }, + { text: 'Privacy', link: 'https://pontus-x.eu/privacy/en' }, { text: 'Imprint', link: 'https://delta-dao.com/imprint' } ] }