fix: layout for settings/teams (#12979)
* fixed url * added settings fix
This commit is contained in:
@@ -103,7 +103,7 @@ const tabs: VerticalTabItemProps[] = [
|
||||
},
|
||||
{
|
||||
name: "teams",
|
||||
href: "/settings/teams",
|
||||
href: "/teams",
|
||||
icon: Users,
|
||||
children: [],
|
||||
},
|
||||
|
||||
@@ -105,7 +105,7 @@ const tabs: VerticalTabItemProps[] = [
|
||||
},
|
||||
{
|
||||
name: "teams",
|
||||
href: "/settings/teams",
|
||||
href: "/teams",
|
||||
icon: Users,
|
||||
children: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user