This commit is contained in:
2024-06-21 18:19:41 +05:00
parent 22e04fd927
commit b1bd436ab7
17 changed files with 273 additions and 184 deletions
@@ -4,7 +4,7 @@ import Navbar from "../Navbar/Navbar";
import Location from "../Location";
const DesktopHeader = () => (
<header className="bg-white w-full text-white sm:grid grid-cols-6 fixed left-0 top-0 z-[99999900] font-usual text-m">
<header className="bg-white w-full text-white sm:grid grid-cols-6 fixed left-0 top-0 z-[99999900] font-usual text-m select-none">
<div className="flex gap-4 col-span-2">
<Logo />
<Location />