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',
|
||||
icon: <NewIcon />,
|
||||
value: 'new',
|
||||
href: '/'
|
||||
href: '/new'
|
||||
},
|
||||
{
|
||||
name: 'yours',
|
||||
|
|
Loading…
Reference in a new issue