File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ const menuitems: { title: string; path: string; badge?: boolean; children?: { ti
2525 class =" text-slate-500" >Lite</span
2626 >
2727 </a >
28- <!-- < div class="block lg:hidden">
28+ <div class =" block lg:hidden" >
2929 <MenuIcon class =" w-4 h-4 text-gray-800" />
30- </div>-->
30+ </div >
3131 </div >
3232 <MenuItems class =" hidden w-full lg:w-auto mt-2 lg:flex lg:mt-0" >
3333 <ul class =" flex flex-col lg:flex-row lg:gap-3" >
@@ -60,10 +60,10 @@ const menuitems: { title: string; path: string; badge?: boolean; children?: { ti
6060 ))
6161 }
6262 </ul >
63- <div class =" lg:hidden flex items-center mt-3 gap-4" >
63+ <!-- < div class="lg:hidden flex items-center mt-3 gap-4">
6464 <Link href="#" style="muted" block size="md">Log in</Link>
6565 <Link href="#" size="md" block>Sign up</Link>
66- </div >
66+ </div>-->
6767 </MenuItems >
6868 </Astronav >
6969 <!-- <div>
You can’t perform that action at this time.
0 commit comments