Fix title wrapping

This commit is contained in:
Andras Schmelczer 2026-06-05 10:30:56 +01:00
parent 0a8cf84365
commit 44aca07974

View file

@ -231,7 +231,7 @@ export default function Header({
onClick={(e) => navLink('home', e)}
>
<LogoIcon className="w-5 h-5 shrink-0 text-teal-400" />
<span className="max-w-[9rem] truncate whitespace-nowrap text-lg font-semibold text-teal-300 sm:max-w-none">
<span className="truncate whitespace-nowrap text-base font-semibold text-teal-300 sm:text-lg">
{t('header.appName')}
</span>
</a>