This commit is contained in:
2024-07-18 14:38:33 +05:00
parent 0a5d0a66f0
commit b5afd88bdd
17 changed files with 70 additions and 52 deletions
@@ -2,7 +2,6 @@ import Auth from "../Auth/Auth";
import Logo from "../../Logo";
import Navbar from "../Navbar/Navbar";
import Location from "../Location";
import DownloadIcon from "../../icons/DownloadIcon";
const DesktopHeader = () => (
<header className="bg-white fixed left-0 top-0 w-full z-[99999900] font-usual text-m select-none flex justify-between">
@@ -12,14 +11,6 @@ const DesktopHeader = () => (
</div>
<Navbar />
<div className="flex gap-5">
<a
download
href="/ROVE_MAIN_BROCHURE.pdf"
className="flex items-center gap-1 text-[#73787C]"
>
<DownloadIcon />
<p>Brochure</p>
</a>
<Auth isAuth={false} />
</div>
</header>