remove break-all from "Tournaments" title

This commit is contained in:
TFT
2025-10-07 15:43:06 +03:00
parent b11b8b8d52
commit ee625c343c

View File

@@ -75,7 +75,7 @@ export default async function Home({
> >
<div className="cursor-pointer flex flex-row justify-between gap-4 items-center"> <div className="cursor-pointer flex flex-row justify-between gap-4 items-center">
<h2 <h2
className={`text-[clamp(2rem,1.8rem+1vw,3rem)] ${vipnagorgialla.className} font-bold italic break-all uppercase dark:text-[#EEE5E5] text-[#2A2C3F] dark:group-hover:text-[#2A2C3F] group-hover:text-black break-normal`} className={`text-[clamp(2rem,1.8rem+1vw,3rem)] ${vipnagorgialla.className} font-bold italic break-normal uppercase dark:text-[#EEE5E5] text-[#2A2C3F] dark:group-hover:text-[#2A2C3F] group-hover:text-black`}
> >
{t("navigation.tournaments")} {t("navigation.tournaments")}
</h2> </h2>