From 43d0eae01f22f401da75e110783915c3de1ed395 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Sun, 23 Nov 2025 21:58:14 +0000 Subject: [PATCH] Refactor Navbar component to simplify button class names by removing conditional logic for styling. This improves readability and maintains consistent styling for logout buttons based on user state. --- components/Navbar.tsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index dcd863a..368b1a5 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -133,13 +133,7 @@ export function Navbar() {