From a645d18b1fd56e9a1a346d419e3581cdcbbdbadc Mon Sep 17 00:00:00 2001 From: v4ltages Date: Fri, 24 Oct 2025 17:21:00 +0300 Subject: [PATCH] Gray out mini-tournament rules div --- src/app/[locale]/reeglid/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/[locale]/reeglid/page.tsx b/src/app/[locale]/reeglid/page.tsx index a84b859..48dbcc8 100644 --- a/src/app/[locale]/reeglid/page.tsx +++ b/src/app/[locale]/reeglid/page.tsx @@ -9,17 +9,17 @@ export default async function RulesMenu({ params: Promise<{ locale: string }>; }) { const { locale } = await params; - + setRequestLocale(locale); - + const t = await getTranslations({ locale }); - + const headingStyle = `text-4xl md:text-5xl lg:text-6xl ${vipnagorgialla.className} font-bold italic text-[#2A2C3F] dark:text-[#EEE5E5] uppercase`; const boxStyle = `-skew-x-2 md:-skew-x-5 text-white md:px-12 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]`; const boxTextStyle = `text-2xl md:text-3xl ${vipnagorgialla.className} font-bold uppercase text-[#EEE5E5] pb-2 break-normal whitespace-pre-line`; - + return (
@@ -49,11 +49,11 @@ export default async function RulesMenu({ {/* Minitourn. link coming soon*/} {/**/} {/* ajutine div. kui asendate lingiga, siis saab selle ära võtta */} -
-
-

- {t("rules.miniRules")} -

+
+
+

{t("rules.miniRules")}

{/**/}