import { IconDownload } from "./icons/download"; import { IconGoose } from "./icons/goose"; import { ThemeToggle } from "./themeToggle"; import { Button } from "./ui/button"; import { NavLink, useLocation } from "react-router"; export const Header = () => { const location = useLocation(); const { hash, pathname, search } = location; const stableDownload = "https://github.com/block/goose/releases/download/stable/Goose.zip"; return (