From b11b8b8d5239af3f9c1008467ade95f92b68451a Mon Sep 17 00:00:00 2001 From: Arto Reinik Date: Tue, 7 Oct 2025 13:23:23 +0300 Subject: [PATCH 1/3] fix letter hanging and overflow issues on homepage and tournaments page --- src/app/[locale]/page.tsx | 2 +- src/app/[locale]/turniirid/page.tsx | 2 +- translations/en.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 86a0224..981eee5 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -75,7 +75,7 @@ export default async function Home({ >

{t("navigation.tournaments")}

diff --git a/src/app/[locale]/turniirid/page.tsx b/src/app/[locale]/turniirid/page.tsx index 049569d..700b885 100644 --- a/src/app/[locale]/turniirid/page.tsx +++ b/src/app/[locale]/turniirid/page.tsx @@ -11,7 +11,7 @@ export default async function Tourney({ const { locale } = await params; setRequestLocale(locale); const t = await getTranslations({ locale }); - const headingStyle = `text-3xl md:text-5xl lg:text-5xl ${vipnagorgialla.className} font-bold uppercase text-[#2A2C3F] dark:text-[#EEE5E5] -skew-x-2 md:-skew-x-5`; + const headingStyle = `text-3xl md:text-5xl lg:text-5xl ${vipnagorgialla.className} font-bold uppercase text-[#2A2C3F] dark:text-[#EEE5E5] -skew-x-2 md:-skew-x-5 break-normal`; const miniTournaments: { name: string; diff --git a/translations/en.json b/translations/en.json index 736c27c..91c4fe5 100644 --- a/translations/en.json +++ b/translations/en.json @@ -8,7 +8,7 @@ "tickets": "Tickets", "rules": "Game rules", "stream": "Stream", - "tournaments": "Tournaments" + "tournaments": "Tourna\u00ADments" }, "common": { "loading": "Loading...", @@ -102,7 +102,7 @@ "schedule": "Schedule", "rules": "Rules", "cs2": { - "title": "CS2 Tournament", + "title": "CS2 Tourna\u00ADment", "timing": "24th-26th October", "description1": "TipiLAN hosts one of Estonia's largest CS2 tournaments with a significant prize pool this fall. Grab your friends and experience the adrenaline rush!", "description2": "The prize pool is €5,750 distributed amongst the best teams and winners of 'Second Chance' tournament, giving all participants a chance to win.", @@ -111,7 +111,7 @@ "buyTicket": "BUY TICKETS" }, "lol": { - "title": "LoL Tournament", + "title": "LoL Tourna\u00ADment", "timing": "24th-25th October", "description1": "TipiLAN hosts one of Estonia's largest LoL tournaments with a significant prize pool this fall. Grab your friends and experience the adrenaline rush!", "description2": "The prize pool is €3,000, distributed among the TOP3 teams. Each team receives €1500, €1000, or €500 based on their placement.", From ee625c343c50780b236238a262626be58cd597f0 Mon Sep 17 00:00:00 2001 From: TFT Date: Tue, 7 Oct 2025 15:43:06 +0300 Subject: [PATCH 2/3] remove break-all from "Tournaments" title --- src/app/[locale]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 981eee5..1dfd79f 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -75,7 +75,7 @@ export default async function Home({ >

{t("navigation.tournaments")}

From c88f158afec9287bf9a8d0ef577549c6b8124a94 Mon Sep 17 00:00:00 2001 From: TFT Date: Tue, 7 Oct 2025 15:49:26 +0300 Subject: [PATCH 3/3] fix tournaments page title paddings --- src/app/[locale]/turniirid/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[locale]/turniirid/page.tsx b/src/app/[locale]/turniirid/page.tsx index 700b885..6fe9a5e 100644 --- a/src/app/[locale]/turniirid/page.tsx +++ b/src/app/[locale]/turniirid/page.tsx @@ -82,7 +82,7 @@ export default async function Tourney({

{t("tournaments.title")}