diff --git a/components/Header.tsx b/components/Header.tsx index bffc09a..d2583e5 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,9 +1,6 @@ import styles from "../styles/Header.module.css" import Link from "next/link" -// The approach used in this component shows how to build a sign in and sign out -// component that works on pages which support both client and server side -// rendering, and avoids any flash incorrect content on initial page load. export default function Header() { return (