Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
feat(leaderboard): remove search bar and filters for now
Browse files
frontend/src/pages/LeaderboardPage/components/Leaderboard/Leaderboard.jsx
CHANGED
|
@@ -395,7 +395,7 @@ const Leaderboard = () => {
|
|
| 395 |
alignItems: "center",
|
| 396 |
}}
|
| 397 |
>
|
| 398 |
-
<Box
|
| 399 |
sx={{
|
| 400 |
width: {
|
| 401 |
xs: "100%",
|
|
@@ -421,7 +421,7 @@ const Leaderboard = () => {
|
|
| 421 |
/>
|
| 422 |
)}
|
| 423 |
</Box>
|
| 424 |
-
</Box>
|
| 425 |
|
| 426 |
<Box
|
| 427 |
sx={{
|
|
|
|
| 395 |
alignItems: "center",
|
| 396 |
}}
|
| 397 |
>
|
| 398 |
+
{/* <Box
|
| 399 |
sx={{
|
| 400 |
width: {
|
| 401 |
xs: "100%",
|
|
|
|
| 421 |
/>
|
| 422 |
)}
|
| 423 |
</Box>
|
| 424 |
+
</Box> */}
|
| 425 |
|
| 426 |
<Box
|
| 427 |
sx={{
|