diff --git a/components/DeveloperLayout.tsx b/components/DeveloperLayout.tsx index fd0f9a2..9312fa4 100644 --- a/components/DeveloperLayout.tsx +++ b/components/DeveloperLayout.tsx @@ -1,3 +1,4 @@ +/* eslint-disable jsx-a11y/click-events-have-key-events */ import dynamic from 'next/dynamic' import Link from 'next/link' import { ReactNode, useState } from 'react' @@ -50,8 +51,12 @@ const DeveloperLayout = ({ children, enabled, docs, currentDoc }:DeveloperLayout { enabled === 'docs' && <> - -