From 6f53780fd997a18ad7573ae26b39cddea87b7853 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Tue, 16 Dec 2025 15:47:46 +0100 Subject: [PATCH] Fix: Correct template literal syntax in Terms and Privacy pages --- frontend/src/app/privacy/page.tsx | 2 +- frontend/src/app/terms/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/privacy/page.tsx b/frontend/src/app/privacy/page.tsx index 4952445..b8137b1 100644 --- a/frontend/src/app/privacy/page.tsx +++ b/frontend/src/app/privacy/page.tsx @@ -234,7 +234,7 @@ export default function PrivacyPage() {
{sections.map((section, i) => ( -
+

{section.title}

{sections.map((section, i) => ( -
+

{section.title}