diff --git a/src/app/[locale]/turniirid/lol/page.tsx b/src/app/[locale]/turniirid/lol/page.tsx index b3c9b83..ae3836b 100644 --- a/src/app/[locale]/turniirid/lol/page.tsx +++ b/src/app/[locale]/turniirid/lol/page.tsx @@ -4,6 +4,7 @@ import RulesContent from "@/components/RulesContent"; import RulesLastChanged from "@/components/RulesLastChanged"; import Link from "next/link"; import { getTranslations, setRequestLocale } from "next-intl/server"; +import '../style.css'; const sectionKeys = [ { id: "intro", labelKey: "lolpage.nav.intro" }, @@ -31,7 +32,7 @@ export default async function LoLTournament({ return (
+
{t("lolpage.intro.description")}
2025
-2025
++
{t("lolpage.info.description")}
+
{t("lolpage.prizes.note")}
+
{t("lolpage.format.description")}
-+
{t("lolpage.format.day1")}
-+
{t("lolpage.format.day2")}
@@ -155,23 +156,24 @@ export default async function LoLTournament({ > {t("lolpage.rules.title")} -+
{t("lolpage.rules.description")}