Description
The language switcher (<select>) and theme toggle are currently stuffed into the top Navbar.tsx. On small mobile screens, this overcrowds the UI and overlaps with the logo.
Tasks
- Hide the language switcher and theme toggle from the top nav on mobile screens using tailwind classes (e.g.,
hidden md:flex).
- Move them into the
BottomNav.tsx or create a slide-up drawer/hamburger menu specifically for mobile settings.
Description
The language switcher (
<select>) and theme toggle are currently stuffed into the topNavbar.tsx. On small mobile screens, this overcrowds the UI and overlaps with the logo.Tasks
hidden md:flex).BottomNav.tsxor create a slide-up drawer/hamburger menu specifically for mobile settings.