diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ef16ea5..9ffa816 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -1,4 +1,5 @@ /* eslint-disable jsx-a11y/click-events-have-key-events */ +/* eslint-disable jsx-a11y/no-noninteractive-tabindex */ /* eslint-disable jsx-a11y/no-static-element-interactions */ import { redirectTo } from '@utils/Tools' import Link from 'next/link' @@ -23,7 +24,7 @@ const Navbar = (): JSX.Element => {
- setNavbarOpen(false)} className='logofont text-large whitespace-no-wrap inline-block mr-4 py-2 hover:text-gray-300 font-semibold leading-relaxed uppercase sm:text-2xl' + KOREANBOTS @@ -38,7 +39,7 @@ const Navbar = (): JSX.Element => {