From b89174d0cb1059c9f10a1f5b9488524a11a00dc3 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Thu, 29 Dec 2022 02:53:52 +0100 Subject: [PATCH] fix deploy error (i blame auth0 docs) --- components/Navigation/Navigation.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Navigation/Navigation.tsx b/components/Navigation/Navigation.tsx index 2f2e1f9..412c734 100644 --- a/components/Navigation/Navigation.tsx +++ b/components/Navigation/Navigation.tsx @@ -63,23 +63,23 @@ const Navigation = () => { {!user.picture && } {user.nickname} - - + )} {!isLoading && !user && ( - zaloguj siÄ™ - + )}