diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-09 19:29:42 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-09-09 19:29:42 +0300 |
| commit | 89560a61bc6e41d86acaea596762eda2da38fe50 (patch) | |
| tree | 1cf4b7c73c17f045d3f4837b480ddf7a61230a94 /frontend/src/components/Login.tsx | |
| parent | refactor: rankings page (diff) | |
| download | lphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.gz lphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.bz2 lphub-89560a61bc6e41d86acaea596762eda2da38fe50.zip | |
refactor: upload run form, lots of random shit
Diffstat (limited to 'frontend/src/components/Login.tsx')
| -rw-r--r-- | frontend/src/components/Login.tsx | 2 |
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> |