From f15b33281d519d84c41af0751b60af521c1d81ac Mon Sep 17 00:00:00 2001 From: juchechu Date: Mon, 17 Aug 2026 12:49:21 +0100 Subject: [PATCH] Add green BETA badge to Best Practices tab --- frontend/app/(main)/home/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/app/(main)/home/page.tsx b/frontend/app/(main)/home/page.tsx index 813fbfb..ced1c96 100644 --- a/frontend/app/(main)/home/page.tsx +++ b/frontend/app/(main)/home/page.tsx @@ -332,6 +332,9 @@ export default function Dashboard() { > Best Practices + + Beta + {activeTab === "best-practices" && (
)}