From 1bf30b955f0feea3f32b9ecb0dc886d49abdfce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 17:37:47 +0900 Subject: [PATCH] feat: improved tab control --- components/Navbar.tsx | 53 +++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 19 deletions(-) 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 => {