This commit is contained in:
Kalle 2024-12-01 14:28:24 +02:00
parent 15b0fe53ea
commit a72d69bb7b
7 changed files with 16 additions and 4 deletions

View File

@ -43,6 +43,11 @@ export const SEASONS =
starts: new Date("2024-09-02T17:00:00.000Z"),
ends: new Date("2024-11-17T22:59:59.999Z"),
},
{
nth: 6,
starts: new Date("2024-12-02T18:00:00.000Z"),
ends: new Date("2025-02-16T21:59:59.999Z"),
},
] as const);
export type RankingSeason = (typeof SEASONS)[number];

View File

@ -14,6 +14,8 @@ export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
s.HUMPBACK_PUMP_TRACK,
s.BLUEFIN_DEPOT,
s.CRABLEG_CAPITAL,
s.MARLIN_AIRPORT,
s.LEMURIA_HUB,
],
RM: [
s.EELTAIL_ALLEY,
@ -25,6 +27,8 @@ export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
s.SHIPSHAPE_CARGO_CO,
s.MAHI_MAHI_RESORT,
s.MARLIN_AIRPORT,
s.HAMMERHEAD_BRIDGE,
s.LEMURIA_HUB,
],
CB: [
s.HAMMERHEAD_BRIDGE,
@ -32,8 +36,11 @@ export const BANNED_MAPS: Record<ModeShort, StageId[]> = {
s.WAHOO_WORLD,
s.FLOUNDER_HEIGHTS,
s.MINCEMEAT_METALWORKS,
s.SHIPSHAPE_CARGO_CO,
s.EELTAIL_ALLEY,
s.UNDERTOW_SPILLWAY,
s.MAHI_MAHI_RESORT,
s.BLUEFIN_DEPOT,
s.MARLIN_AIRPORT,
s.LEMURIA_HUB,
],
};

View File

@ -135,9 +135,9 @@
.front__season-banner__img {
position: absolute;
width: 90px;
right: 0;
top: -16px;
width: 72px;
right: 15px;
top: -27px;
}
.front__season-banner__link {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB