chore: space ui component revamp and bug fixes (#2980)

* chore: replace space ui component with plane ui component

* fix: space project icon and user pic bug

* chore: code refactor

* fix: profile section navbar fix
This commit is contained in:
Anmol Singh Bhatia 2023-12-05 16:07:25 +05:30 committed by sriram veeraghanta
parent dbc8150852
commit e6eef7eb0b
18 changed files with 62 additions and 262 deletions

View file

@ -51,7 +51,7 @@ export const ProfileNavbar: React.FC<Props> = (props) => {
{tabsList.map((tab) => (
<Link key={tab.route} href={`/${workspaceSlug}/profile/${userId}/${tab.route}`}>
<span
className={`border-b-2 p-4 text-sm font-medium outline-none whitespace-nowrap ${
className={`flex border-b-2 p-4 text-sm font-medium outline-none whitespace-nowrap ${
router.pathname === tab.selected
? "border-custom-primary-100 text-custom-primary-100"
: "border-transparent"