From e5a4cec53ef7d45020aed78ed5fad9bdbb77391d Mon Sep 17 00:00:00 2001 From: Kristen Cooke Date: Tue, 30 Jun 2020 11:06:26 -0700 Subject: [PATCH] fix: User Profile header link should be nextjs Link --- app/components/Layout/Header.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/components/Layout/Header.tsx b/app/components/Layout/Header.tsx index 5094e2388f..d9c97c6317 100644 --- a/app/components/Layout/Header.tsx +++ b/app/components/Layout/Header.tsx @@ -33,12 +33,9 @@ const HeaderLayout = ({isLoggedIn = false, isRegistered = false}) => ( {isRegistered && ( - - Profile - + + Profile + )}