aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Leaderboards.tsx
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-29 11:45:00 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-29 11:45:00 +0100
commit4d842995f4067058b21729aab6139cd388c36353 (patch)
tree31fc780b4c1981a72f8dd67c6c116b051bee404d /frontend/src/components/Leaderboards.tsx
parentrefactor: upload run dialog, useMessage update, added loader spinner (diff)
downloadlphub-4d842995f4067058b21729aab6139cd388c36353.tar.gz
lphub-4d842995f4067058b21729aab6139cd388c36353.tar.bz2
lphub-4d842995f4067058b21729aab6139cd388c36353.zip
refactor: loader dialog, uploadrundialog update, touchups
Diffstat (limited to 'frontend/src/components/Leaderboards.tsx')
-rw-r--r--frontend/src/components/Leaderboards.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/src/components/Leaderboards.tsx b/frontend/src/components/Leaderboards.tsx
index b9e071c..4a107ad 100644
--- a/frontend/src/components/Leaderboards.tsx
+++ b/frontend/src/components/Leaderboards.tsx
@@ -34,9 +34,7 @@ const Leaderboards: React.FC<LeaderboardsProps> = ({ data }) => {
34 34
35 return ( 35 return (
36 <div> 36 <div>
37 <div style={{position: "absolute", width: "100%", height: "100%", top: "0px", left: "-350px"}}> 37 {MessageDialogComponent}
38 {MessageDialogComponent}
39 </div>
40 <section id='section6' className='summary2'> 38 <section id='section6' className='summary2'>
41 39
42 <div id='leaderboard-top' 40 <div id='leaderboard-top'