show separator lg:flex
This commit is contained in:
committed by
GitHub
parent
38190735ff
commit
e09dc99f0e
@@ -25,7 +25,7 @@ export function Navbar() {
|
|||||||
<div className="items-center hidden gap-4 text-sm font-medium lg:flex text-muted-foreground">
|
<div className="items-center hidden gap-4 text-sm font-medium lg:flex text-muted-foreground">
|
||||||
<NavMenu />
|
<NavMenu />
|
||||||
</div>
|
</div>
|
||||||
<Separator className="hidden sm:flex my-4 h-9" orientation="vertical" />
|
<Separator className="hidden lg:flex my-4 h-9" orientation="vertical" />
|
||||||
<Search />
|
<Search />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user