diff --git a/src/components/Header/MobileHeader.tsx b/src/components/Header/MobileHeader.tsx deleted file mode 100644 index 8b5ff01..0000000 --- a/src/components/Header/MobileHeader.tsx +++ /dev/null @@ -1,134 +0,0 @@ -/* eslint-disable jsx-a11y/no-static-element-interactions */ -/* eslint-disable jsx-a11y/click-events-have-key-events */ -import Link from 'next/link' -import Image from 'next/image' -import classNames from 'classnames' -import { useRouter } from 'next/router' - -import styles from './Header.module.scss' - -type Props = { - use - showMenu: boolean - setShowMenu: (show: boolean) => void -} - -export const MobileHeader: React.FC = ({ showMenu, setShowMenu }: Props) => { - const router = useRouter() - return ( - - ) -} - -//
-//
-// -//
-// Maia Logo -//

Maia Chess

-//
-// -//
-// {user?.lichessId ? ( -//
-// -//
-// -// -// Play Maia on Lichess -// -// -//
-//
-// ) : ( -// -// Play -// -// )} -// -// Analysis -// -// -// Train -// -// -// Bot-or-not -// -// -// Leaderboard -// -// -// Blog -// -// -// WATCH -// -// -// FEEDBACK -// -//
-//
-//
-// -// -// {DiscordIcon} -// -// {userInfo} -//
-// -//