From b11b8b8d5239af3f9c1008467ade95f92b68451a Mon Sep 17 00:00:00 2001 From: Arto Reinik Date: Tue, 7 Oct 2025 13:23:23 +0300 Subject: [PATCH] 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.",