upd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user