mobile header
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import Auth from "../Auth";
|
||||
import Logo from "../Logo";
|
||||
import Navbar from "../Navbar";
|
||||
import Location from "../Location";
|
||||
|
||||
const DesktopHeader = () => (
|
||||
<header className="bg-white w-full text-white sm:grid grid-cols-6 text-sm">
|
||||
<div className="flex gap-4 col-span-2">
|
||||
<Logo />
|
||||
<Location />
|
||||
</div>
|
||||
<Navbar />
|
||||
<Auth />
|
||||
</header>
|
||||
);
|
||||
|
||||
export default DesktopHeader;
|
||||
Reference in New Issue
Block a user