Skip to content

Commit b2dcd23

Browse files
committed
fixes
1 parent 92851b2 commit b2dcd23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/codebattle/assets/js/widgets/pages/groupTournament

apps/codebattle/assets/js/widgets/pages/groupTournament/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { isOnBreak } from "../../utils/groupTournament";
77
const statusBadge = {
88
active: { className: "border-success bg-success text-white p-2", labelKey: "Active" },
99
finished: { className: "border-secondary bg-secondary text-white p-2", labelKey: "Finished" },
10-
loading: { className: "bg-warning text-white", labelKey: "Loading" },
10+
loading: { className: "bg-warning text-white p-2", labelKey: "Loading" },
1111
};
1212

1313
function TournamentTimer({ groupTournament }) {

0 commit comments

Comments
 (0)