Add Season 7 data
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2025-03-06 22:22:23 +02:00
parent 82f4132d82
commit 38a6ed56ee
7 changed files with 9 additions and 4 deletions

View File

@@ -48,6 +48,11 @@ export const SEASONS =
starts: new Date("2024-12-02T18:00:00.000Z"),
ends: new Date("2025-02-16T21:59:59.999Z"),
},
{
nth: 7,
starts: new Date("2025-03-07T18:00:00.000Z"),
ends: new Date("2025-05-25T21:59:59.999Z"),
},
] as const);
export type RankingSeason = (typeof SEASONS)[number];

View File

@@ -3,7 +3,7 @@ import { stagesObj as s } from "~/modules/in-game-lists/stage-ids";
export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
TW: [],
SZ: [],
SZ: [s.STURGEON_SHIPYARD, s.EELTAIL_ALLEY],
TC: [
s.WAHOO_WORLD,
s.FLOUNDER_HEIGHTS,

View File

@@ -135,9 +135,9 @@
.front__season-banner__img {
position: absolute;
width: 72px;
right: 15px;
top: -27px;
width: 125px;
right: 2px;
top: -31px;
}
.front__season-banner__link {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB