From b0ea2b6591b1224a0ce627258d52b56689c157cd Mon Sep 17 00:00:00 2001 From: Alois Date: Mon, 10 Aug 2026 22:23:01 +0200 Subject: [PATCH] Add privacy policy noticve --- apps/frontend/src/routes/__root.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/frontend/src/routes/__root.tsx b/apps/frontend/src/routes/__root.tsx index 825e2e6..e8f8e37 100644 --- a/apps/frontend/src/routes/__root.tsx +++ b/apps/frontend/src/routes/__root.tsx @@ -13,6 +13,15 @@ export const Route = createRootRoute({
+
+ + Privacy Policy + +
), notFoundComponent: EmptyPage,