diff --git a/assets/finalists.html b/assets/finalists.html index 51f5260..0aca60f 100644 --- a/assets/finalists.html +++ b/assets/finalists.html @@ -343,7 +343,7 @@

Voting Open Now!

Over 2000 total submissions. 300+ mappers. 30 categories. 1 community.

It's time to vote for the best of the best in the Beat Saber mapping community. You can only vote for one mapper/map per category, so choose wisely!

- Voting will close on January 31st, 2024. Check out the BeastSaber website for more information. + Voting will close on January 14st, 2025. Check out the BeastSaber website for more information.

English @@ -752,10 +752,18 @@

Voting Open Now!

return "The BeastSaber Mapping Awards"; } case "subtitle": - if (lang === `jp`) { - return "投票開始!"; + if (new Date(Date.now()) >= new Date(`January 15, 2025 00:00:00 UTC`)) { + if (lang === `jp`) { + return "略して The Beasties - マッパーによる、マッパーのための賞"; + } else { + return "AKA: The Beasties - By Mappers, for Mappers"; + } } else { - return "Voting Open Now!"; + if (lang === `jp`) { + return "投票開始!"; + } else { + return "Voting Open Now!"; + } } case "desc": if (lang === `jp`) {