Bump the font size in Head component

This commit is contained in:
0x1eef 2024-09-16 18:02:17 -03:00
parent 26a989f6b7
commit ca8fe77554

View file

@ -20,7 +20,7 @@ export function Head({ locale, theme, setTheme, children }: Props) {
})}
>
<div className="flex flex-col">
<div className="flex items-center justify-center text-xl">
<div className="flex items-center justify-center text-2xl">
<a
data-testid="h1"
href={`/${locale.name}/`}