From d846b11f369067a9b9d855cecb1dedfb95e50902 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Fri, 12 Jun 2026 10:48:18 +0530 Subject: [PATCH] fix auth shell rgba color --- frontend/src/components/auth/AuthShell.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/auth/AuthShell.jsx b/frontend/src/components/auth/AuthShell.jsx index 8244fab..9806548 100644 --- a/frontend/src/components/auth/AuthShell.jsx +++ b/frontend/src/components/auth/AuthShell.jsx @@ -145,7 +145,7 @@ export default function AuthShell({ children }) {
{item.label}
-
+
{item.sub}
@@ -271,4 +271,4 @@ export default function AuthShell({ children }) {
); -} \ No newline at end of file +}