From 62a77b619e855d0d058a88e21fbed8008cabcc98 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Tue, 29 Mar 2022 13:21:58 -0700 Subject: [PATCH] client: potentially fix /new redirect --- client/components/header/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/header/header.tsx b/client/components/header/header.tsx index 2a6ffa10..56578c9a 100644 --- a/client/components/header/header.tsx +++ b/client/components/header/header.tsx @@ -76,7 +76,7 @@ const Header = () => { name: 'new', icon: , value: 'new', - href: '/' + href: '/new' }, { name: 'yours',