mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Adds eslint ignore for link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user