Hero tweak and remove locale switcher text

This commit is contained in:
Henrik Larsson
2023-05-05 10:30:55 +02:00
parent b6dd317293
commit c93e76c567
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ export default function LocaleSwitcher() {
{locale === "en" && (
<FlagEn />
)}
<span>{locale}</span>
<span className="sr-only">{locale}</span>
</button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end" className="drop-shadow-xl">