From 8d3755c4332bff37cfb0704f1ea35bff8c17c824 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Thu, 20 Jun 2024 20:07:23 +0530 Subject: [PATCH] [WEB-1670] style: fix tab highlights on user activity page. (#4898) --- web/app/[workspaceSlug]/(projects)/profile/[userId]/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/[workspaceSlug]/(projects)/profile/[userId]/navbar.tsx b/web/app/[workspaceSlug]/(projects)/profile/[userId]/navbar.tsx index ad77fe8b4..c54cdfd56 100644 --- a/web/app/[workspaceSlug]/(projects)/profile/[userId]/navbar.tsx +++ b/web/app/[workspaceSlug]/(projects)/profile/[userId]/navbar.tsx @@ -28,7 +28,7 @@ const pathname = usePathname();