aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Login.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Login.tsx')
-rw-r--r--frontend/src/components/Login.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Login.tsx b/frontend/src/components/Login.tsx
index adfa718..367dc72 100644
--- a/frontend/src/components/Login.tsx
+++ b/frontend/src/components/Login.tsx
@@ -35,7 +35,7 @@ const Login: React.FC<LoginProps> = ({ token, setToken, profile, setProfile }) =
35 <img src={profile.avatar_link} alt="" /> 35 <img src={profile.avatar_link} alt="" />
36 <span>{profile.user_name}</span> 36 <span>{profile.user_name}</span>
37 </button> 37 </button>
38 <button className='sidebar-button' onClick={_logout}> 38 <button className='logout-button' onClick={_logout}>
39 <img src={ExitIcon} alt="" /><span></span> 39 <img src={ExitIcon} alt="" /><span></span>
40 </button> 40 </button>
41 </Link> 41 </Link>