From 5339fdd95e6ed97a7d51eeb51cc5d4d8b503be74 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 24 May 2025 16:58:20 +0100 Subject: [PATCH] style: wrap terms of service and privacy policy in box --- src/app/privacy/page.tsx | 2 +- src/app/terms-of-service/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 8f90254..59395e9 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -7,7 +7,7 @@ export const metadata: Metadata = { export default function PrivacyPage() { return ( -
+

Privacy Policy

Effective Date: April 06, 2025 diff --git a/src/app/terms-of-service/page.tsx b/src/app/terms-of-service/page.tsx index 81daae9..9739cdb 100644 --- a/src/app/terms-of-service/page.tsx +++ b/src/app/terms-of-service/page.tsx @@ -7,7 +7,7 @@ export const metadata: Metadata = { export default function PrivacyPage() { return ( -
+

Terms of Service

Effective Date: May 02, 2025