Adds eslint ignore for link

This commit is contained in:
Michael Novotny
2023-09-06 12:07:10 -05:00
parent 4106023cf1
commit 3eabdee1cb

View File

@@ -18,6 +18,7 @@ export default function LoginForm() {
return (
<div className="mt-40 flex h-screen flex-col items-center space-y-6">
<BackgroundBlur />
{/* eslint-disable-next-line @next/next/no-html-link-for-pages */}
<a href="/">
<img className="h-6 w-auto" src="/logo.svg" alt="Next.js Logo" />
</a>