File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export default function Menu() {
301
301
} ) )
302
302
. sort ( ( a , b ) => ( a . title . toLowerCase ( ) > b . title . toLowerCase ( ) ? 1 : - 1 ) ) ,
303
303
{
304
- slug : "teams/ new" ,
304
+ slug : "new" ,
305
305
title : "Create a new team" ,
306
306
customContent : (
307
307
< div className = "w-full text-gray-400 flex items-center" >
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ export default function () {
134
134
< div className = "app-container pt-2" >
135
135
< Alert type = { "message" } closable = { false } showIcon = { true } className = "flex rounded mb-2 w-full" >
136
136
We'll remove projects under personal accounts in Q1'2023.{ " " }
137
- < Link to = "/new" className = "gp-link" >
138
- Create a team.
137
+ < Link to = "/teams/ new" className = "gp-link" >
138
+ Create a team
139
139
</ Link >
140
140
</ Alert >
141
141
</ div >
You can’t perform that action at this time.
0 commit comments