Bump the font size in Head component
This commit is contained in:
parent
26a989f6b7
commit
ca8fe77554
1 changed files with 1 additions and 1 deletions
|
@ -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}/`}
|
||||
|
|
Loading…
Reference in a new issue