client: potentially fix /new redirect

This commit is contained in:
Max Leiter 2022-03-29 13:21:58 -07:00
parent 57f9966729
commit 62a77b619e
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

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