This commit is contained in:
Kalle
2025-09-07 11:50:45 +03:00
parent 1a667060df
commit da55a6cdde
4 changed files with 8 additions and 3 deletions

View File

@@ -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);
/**

View File

@@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB