Skip to content

Commit

Permalink
Season 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sendouc committed Dec 1, 2024
1 parent 15b0fe5 commit a72d69b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions app/features/mmr/season.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
9 changes: 8 additions & 1 deletion app/features/sendouq-settings/banned-maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -25,15 +27,20 @@ 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,
s.STURGEON_SHIPYARD,
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,
],
};
6 changes: 3 additions & 3 deletions app/styles/front.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file removed public/static-assets/img/sq-header/5.avif
Binary file not shown.
Binary file removed public/static-assets/img/sq-header/5.png
Binary file not shown.
Binary file added public/static-assets/img/sq-header/6.avif
Binary file not shown.
Binary file added public/static-assets/img/sq-header/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a72d69b

Please sign in to comment.