client: potentially fix /new redirect
This commit is contained in:
parent
57f9966729
commit
62a77b619e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const Header = () => {
|
||||||
name: 'new',
|
name: 'new',
|
||||||
icon: <NewIcon />,
|
icon: <NewIcon />,
|
||||||
value: 'new',
|
value: 'new',
|
||||||
href: '/'
|
href: '/new'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'yours',
|
name: 'yours',
|
||||||
|
|
Loading…
Reference in a new issue