Move text-2xl onto <a> element
This commit is contained in:
parent
024fc1c4ed
commit
3e7f3271d5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue