diff --git a/app/features/mmr/core/Seasons.ts b/app/features/mmr/core/Seasons.ts index 2c3cc4759..8a86c61b2 100644 --- a/app/features/mmr/core/Seasons.ts +++ b/app/features/mmr/core/Seasons.ts @@ -76,6 +76,11 @@ export const list = starts: new Date("2025-06-16T18:00:00.000Z"), ends: new Date("2025-08-24T22:00:00.000Z"), }, + { + nth: 9, + starts: new Date("2025-09-08T17:00:00.000Z"), + ends: new Date("2025-11-24T04:00:00.000Z"), + }, ] as const); /** diff --git a/app/styles/front.css b/app/styles/front.css index 8277e4565..66f846fcd 100644 --- a/app/styles/front.css +++ b/app/styles/front.css @@ -138,9 +138,9 @@ .front__season-banner__img { position: absolute; - width: 110px; - right: 5px; - top: -32.5px; + width: 95px; + right: 8px; + top: -29.5px; } .front__season-banner__link { diff --git a/public/static-assets/img/sq-header/9.avif b/public/static-assets/img/sq-header/9.avif new file mode 100644 index 000000000..e5ea9f85c Binary files /dev/null and b/public/static-assets/img/sq-header/9.avif differ diff --git a/public/static-assets/img/sq-header/9.png b/public/static-assets/img/sq-header/9.png new file mode 100644 index 000000000..b5ba96fb7 Binary files /dev/null and b/public/static-assets/img/sq-header/9.png differ