We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92851b2 commit b2dcd23Copy full SHA for b2dcd23
1 file changed
apps/codebattle/assets/js/widgets/pages/groupTournament/Header.jsx
@@ -7,7 +7,7 @@ import { isOnBreak } from "../../utils/groupTournament";
7
const statusBadge = {
8
active: { className: "border-success bg-success text-white p-2", labelKey: "Active" },
9
finished: { className: "border-secondary bg-secondary text-white p-2", labelKey: "Finished" },
10
- loading: { className: "bg-warning text-white", labelKey: "Loading" },
+ loading: { className: "bg-warning text-white p-2", labelKey: "Loading" },
11
};
12
13
function TournamentTimer({ groupTournament }) {
0 commit comments