From ccb50e3c62a1b7d4c87d230892eee3701a79396c Mon Sep 17 00:00:00 2001 From: chamikaJ Date: Wed, 11 Jun 2025 12:59:17 +0530 Subject: [PATCH] feat(navbar): add HelpButton to the navbar and comment out TimerButton - Temporarily commented out TimerButton for future adjustments. --- worklenz-frontend/src/features/navbar/navbar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/worklenz-frontend/src/features/navbar/navbar.tsx b/worklenz-frontend/src/features/navbar/navbar.tsx index 430318d3..0331b718 100644 --- a/worklenz-frontend/src/features/navbar/navbar.tsx +++ b/worklenz-frontend/src/features/navbar/navbar.tsx @@ -22,6 +22,7 @@ import { authApiService } from '@/api/auth/auth.api.service'; import { ISUBSCRIPTION_TYPE } from '@/shared/constants'; import logger from '@/utils/errorLogger'; import TimerButton from './timers/timer-button'; +import HelpButton from './help/HelpButton'; const Navbar = () => { const [current, setCurrent] = useState('home'); @@ -145,7 +146,8 @@ const Navbar = () => { - + {/* */} +