File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ export function TopNavBar() {
2828 < img src = { iExecLogo } width = "25" height = "25" alt = "iExec logo" />
2929 < span className = "hidden sm:block" > iExec Explorer</ span >
3030 </ Link >
31- < div className = "mr-6 flex items-center gap-2 md :mr-0" >
32- < div className = "content hidden md :flex" >
31+ < div className = "mr-6 flex items-center gap-2 sm :mr-0" >
32+ < div className = "content hidden sm :flex" >
3333 < Select value = "bellecour" >
3434 < SelectTrigger className = "" >
3535 < SelectValue />
@@ -60,7 +60,7 @@ export function TopNavBar() {
6060 ) }
6161 </ div >
6262
63- < div className = "group pointer-events-none absolute inset-0 md :hidden" >
63+ < div className = "group pointer-events-none absolute inset-0 sm :hidden" >
6464 < label
6565 className = "group/checkbox pointer-events-auto fixed top-8.5 right-6 z-30 flex size-4 origin-center transform flex-col justify-between"
6666 htmlFor = "menu"
Original file line number Diff line number Diff line change 11import { createRootRoute , Outlet } from '@tanstack/react-router' ;
22import { TanStackRouterDevtools } from '@tanstack/react-router-devtools' ;
3- import { TopNavBar } from '@/components/navbar/TopNavBar ' ;
3+ import { TopNavBar } from '@/components/navbar/NavBar ' ;
44import { useWatchAccount } from '@/hooks/useWatchAccount' ;
55
66export const Route = createRootRoute ( {
You can’t perform that action at this time.
0 commit comments