import Link from "next/link" import styles from "../styles/Header.module.css" export default function Header(props) { const isInfoPage = typeof window !== "undefined" && window.location.pathname === "/over" return (
) }