Skip to content
Snippets Groups Projects
Commit feefa1e2 authored by xaralis's avatar xaralis
Browse files

fix: joyride login box when user is already authenticated

parent aad30269
Branches
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ const Navbar = () => { ...@@ -110,7 +110,7 @@ const Navbar = () => {
</Button> </Button>
)} )}
{isAuthenticated && ( {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> <span className="head-heavy-2xs">{user.name}</span>
<div className="avatar avatar--2xs"> <div className="avatar avatar--2xs">
<img <img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment