mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Mobile view dark mode toggle
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Link from 'next/link';
|
||||
import Image from 'next/image';
|
||||
import ThemeToggle from './ThemeToggle';
|
||||
|
||||
// AppSidebar (which carries the logo) is `hidden lg:flex` — invisible on
|
||||
// mobile, so mobile pages had no branding/way back to home at all. This is
|
||||
@@ -19,6 +20,9 @@ export default function MobileTopBar() {
|
||||
priority
|
||||
/>
|
||||
</Link>
|
||||
<div className="ml-auto">
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user