Skip to content

Commit 9f2b2a9

Browse files
committed
Formatting changes
1 parent 1c0c5c2 commit 9f2b2a9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/pages/leaderboard/subcomponents/LeaderboardExportButton.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import 'src/styles/Leaderboard.scss';
22

33
import React from 'react';
4-
import { ContestLeaderboardRow, LeaderboardRow } from 'src/features/leaderboard/LeaderboardTypes';
54
import { useTypedSelector } from 'src/commons/utils/Hooks';
5+
import { ContestLeaderboardRow, LeaderboardRow } from 'src/features/leaderboard/LeaderboardTypes';
6+
67
import { Role } from '../../../commons/application/ApplicationTypes';
78

89
type Props =

src/pages/leaderboard/subcomponents/LeaderboardPodium.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'src/styles/Leaderboard.scss';
22

33
import React from 'react';
4-
import { LeaderboardRow, ContestLeaderboardRow } from 'src/features/leaderboard/LeaderboardTypes';
4+
import { ContestLeaderboardRow,LeaderboardRow } from 'src/features/leaderboard/LeaderboardTypes';
55

66
type Props =
77
| {type: "overall", data: LeaderboardRow[], outputType: undefined}

src/styles/Leaderboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $xp-color: rgb(31, 147, 255);
1818
}
1919

2020
// Top 3 Players
21-
.top-three {
21+
.top-three-podium {
2222
display: flex;
2323
justify-content: center;
2424
align-items: flex-end;

0 commit comments

Comments
 (0)