Apply font-semibold in Head.tsx

This commit is contained in:
0x1eef 2024-09-17 15:45:42 -03:00
parent 4889d67157
commit 024fc1c4ed
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
.root .content.theme {
.react-select {
z-index: 2;
z-index: 1;
.active {
cursor: pointer;
}

View file

@ -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>