Fix title wrapping
This commit is contained in:
parent
0a8cf84365
commit
44aca07974
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue