This commit is contained in:
2024-05-08 18:16:55 +05:00
parent eb57a7acb8
commit 47407aa6b4
387 changed files with 919 additions and 684 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 absolute left-0 top-0 z-50 font-usual text-m">
<header className="bg-white w-full text-white sm:grid grid-cols-6 fixed left-0 top-0 z-50 font-usual text-m">
<div className="flex gap-4 col-span-2">
<Logo />
<Location />