fix: hide language selector in desktop menu
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 20s

This commit is contained in:
TerryM
2026-05-29 01:08:26 +08:00
parent 9b21b7e301
commit 35e25fa023

View File

@@ -527,12 +527,6 @@ export function PublicLayout() {
className="flex-1 bg-transparent text-sm outline-none placeholder:text-[#777985]"
/>
</div>
<LanguageDropdown
lang={lang}
setLang={setLang}
ariaLabel={t("langLabel")}
className="mb-1 hidden md:block"
/>
<Link
to="/browse"
className={navClassName(na("browseAll"))}