Move text-2xl onto <a> element

This commit is contained in:
0x1eef 2024-09-17 22:50:24 -03:00
parent 024fc1c4ed
commit 3e7f3271d5

View file

@ -20,11 +20,11 @@ export function Head({ locale, theme, setTheme, children }: Props) {
})}
>
<div className="flex flex-col">
<div className="flex items-center justify-center text-2xl">
<div className="flex items-center justify-center">
<a
data-testid="h1"
href={`/${locale.name}/`}
className="flex rounded justify-center p-3 m-0 mb-4 w-full no-underline font-semibold"
className="flex rounded justify-center p-3 m-0 mb-4 w-full no-underline font-semibold text-2xl"
>
{children}
</a>