mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-1670] style: fix tab highlights on user activity page. (#4898)
This commit is contained in:
@@ -28,7 +28,7 @@ const pathname = usePathname();
|
||||
<Link key={tab.route} href={`/${workspaceSlug}/profile/${userId}/${tab.route}`}>
|
||||
<span
|
||||
className={`flex whitespace-nowrap border-b-2 p-4 text-sm font-medium outline-none ${
|
||||
pathname === `/${workspaceSlug}/profile/${userId}${tab.selected}`
|
||||
pathname === `/${workspaceSlug}/profile/${userId}${tab.selected}/`
|
||||
? "border-custom-primary-100 text-custom-primary-100"
|
||||
: "border-transparent"
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user