diff --git a/components/Header.js b/components/Header.js
index c760e2e..2bb9fcb 100644
--- a/components/Header.js
+++ b/components/Header.js
@@ -2,7 +2,7 @@ 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 === "/info"
+ const isInfoPage = typeof window !== "undefined" && window.location.pathname === "/over"
return (