File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/components/global/navbar Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ function Navbar(props: NavbarProps) {
5757 < div className = "w-[1px] h-[40px] hidden md:block bg-black/[12%]" />
5858 < div className = "hidden lg:flex lg:flex-grow lg:items-center lg:justify-between" >
5959 < Pages />
60+
61+ </ div >
62+ < div className = "items-center justify-end flex-grow hidden gap-3 md:flex" >
63+ { searchbar && < Searchblock isNavbar = { true } /> }
6064 < Link legacyBehavior href = "https://dashboard.jiffyscan.xyz/" passHref >
6165 < a
6266 target = "_blank"
@@ -66,9 +70,6 @@ function Navbar(props: NavbarProps) {
6670 Visit Dashboard
6771 </ a >
6872 </ Link >
69- </ div >
70- < div className = "items-center justify-end flex-grow hidden gap-3 md:flex lg:hidden" >
71- { searchbar && < Searchblock isNavbar = { true } /> }
7273 { /* <User /> */ }
7374 </ div >
7475 < div className = "flex items-center md:hidden" >
You can’t perform that action at this time.
0 commit comments