fix: layout for settings/teams (#12979)

* fixed url

* added settings fix
This commit is contained in:
Peer Richelsen 2024-01-02 14:54:28 +00:00 committed by GitHub
parent 1a3e4d10c0
commit 218f6a84b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ const tabs: VerticalTabItemProps[] = [
},
{
name: "teams",
href: "/settings/teams",
href: "/teams",
icon: Users,
children: [],
},

View File

@ -105,7 +105,7 @@ const tabs: VerticalTabItemProps[] = [
},
{
name: "teams",
href: "/settings/teams",
href: "/teams",
icon: Users,
children: [],
},