From feefa1e294b616aac3678d7173ea34c9c333b093 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Tue, 29 Dec 2020 18:39:36 +0100 Subject: [PATCH] fix: joyride login box when user is already authenticated --- src/components/Navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 354d133..89679a8 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -110,7 +110,7 @@ const Navbar = () => { </Button> )} {isAuthenticated && ( - <div className="flex items-center space-x-4"> + <div className="flex items-center space-x-4 joyride-login"> <span className="head-heavy-2xs">{user.name}</span> <div className="avatar avatar--2xs"> <img -- GitLab