+
setMobileMenuOpen(false)}
+ className="text-sm text-[#706f6c] hover:text-[#1b1b18] dark:text-[#A1A09A] dark:hover:text-[#EDEDEC]"
+ >
+ {__('\u2190 Back to home')}
+
+
+
+ {languages.map((language) => (
+ setMobileMenuOpen(false)}
+ className={
+ language.active
+ ? 'rounded-full bg-[#1b1b18] px-3 py-1 text-xs font-medium text-white dark:bg-[#EDEDEC] dark:text-[#1b1b18]'
+ : 'rounded-full border border-black/10 px-3 py-1 text-xs font-medium text-[#706f6c] hover:text-[#1b1b18] dark:border-white/10 dark:text-[#A1A09A] dark:hover:text-[#EDEDEC]'
+ }
+ aria-current={
+ language.active ? 'true' : undefined
+ }
+ >
+ {language.label}
+
+ ))}
+
+
+
+
+