udpate for coming soon

This commit is contained in:
diyaa
2026-03-13 03:45:13 +01:00
parent 243a182d33
commit cdf83cd466
32 changed files with 907 additions and 143 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default function LanguageSwitcher({ locale, label }: LanguageSwitcherProp
};
return (
<div className="language-switcher" aria-label={label}>
<div className="language-switcher" role="group" aria-label={label}>
{locales.map((item) => {
const active = item === locale;