fix: hide language selector in desktop menu
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 20s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 20s
This commit is contained in:
@@ -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"))}
|
||||
|
||||
Reference in New Issue
Block a user