Merge pull request #417 from CREDO23/fix/theme-toggler-in-mobile-view-navbar

Add theme toggler for mobile view
This commit is contained in:
Rohan Verma 2025-10-19 15:25:16 -07:00 committed by GitHub
commit 031dc055da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -177,6 +177,7 @@ const MobileNav = ({ navItems, isScrolled }: any) => {
</span>
)}
</Link>
<ThemeTogglerComponent />
</div>
<button
type="button"