From de45465f69c3ad91c29da163cd210e20814114c2 Mon Sep 17 00:00:00 2001 From: Plane Bot <146718762+plane-bot@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:18:07 +0530 Subject: [PATCH] [WEB-1670] style: fix tab highlights on user activity page. (#4898) (#457) Co-authored-by: Prateek Shourya --- 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 ad77fe8b47..c54cdfd568 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();