Apply font-semibold in Head.tsx
This commit is contained in:
parent
4889d67157
commit
024fc1c4ed
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.root .content.theme {
|
||||
.react-select {
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
.active {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ export function Head({ locale, theme, setTheme, children }: Props) {
|
|||
<a
|
||||
data-testid="h1"
|
||||
href={`/${locale.name}/`}
|
||||
className="flex rounded justify-center p-3 m-0 mb-4 w-full no-underline"
|
||||
className="flex rounded justify-center p-3 m-0 mb-4 w-full no-underline font-semibold"
|
||||
>
|
||||
{children}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue