From bc4ae593998f9fa8558fa177455238638bcab731 Mon Sep 17 00:00:00 2001 From: juchechu Date: Mon, 17 Aug 2026 10:41:48 +0100 Subject: [PATCH] feat: make Best Practices available to all users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove admin-only gate and BETA badge from the Best Practices tab on the dashboard — any authenticated user can now view the showcase. Backend endpoint already public (auth middleware only, no AdminOnly). --- frontend/app/(main)/home/page.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/frontend/app/(main)/home/page.tsx b/frontend/app/(main)/home/page.tsx index 46d9be8..54da4ac 100644 --- a/frontend/app/(main)/home/page.tsx +++ b/frontend/app/(main)/home/page.tsx @@ -323,26 +323,16 @@ export default function Dashboard() { )}