mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
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