From 8d2b9bbcec84ba6bc225d6fd1954251d4771eaf0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 08:02:47 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index b9f488d..3411b6e 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { title="Admin Dashboard Access" sections={[ { - heading: "Restricted Access", content: { type: "paragraph", text: "This area is strictly for authorized personnel only. Please contact support for credentials." }, + heading: "Restricted Access", content: { text: "This area is strictly for authorized personnel only. Please contact support for credentials." }, }, ]} /> -- 2.49.1