diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 9a10678..9af6743 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -2,8 +2,10 @@ /* eslint-disable jsx-a11y/no-noninteractive-tabindex */ /* eslint-disable jsx-a11y/no-static-element-interactions */ import dynamic from 'next/dynamic' +import Image from 'next/image' import Link from 'next/link' import { useRouter } from 'next/router' +import Logo from 'public/logo-transparent.png' import { useEffect, useState } from 'react' import { Nullable, User, UserCache } from '@types' @@ -49,9 +51,12 @@ const Navbar: React.FC = ({ token }) => { setUserCache(null) } }, [token]) + return ( - <> -