client: potentially fix /new redirect

pull/56/head
Max Leiter 4 years ago
parent 57f9966729
commit 62a77b619e
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -76,7 +76,7 @@ const Header = () => {
name: 'new',
icon: <NewIcon />,
value: 'new',
href: '/'
href: '/new'
},
{
name: 'yours',

Loading…
Cancel
Save