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 => {