We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0055 commit 2f9b72aCopy full SHA for 2f9b72a
.eslintrc.json
@@ -1,3 +1,4 @@
1
{
2
- "extends": "next/core-web-vitals"
+ "extends": "next/core-web-vitals",
3
+ "rules": { "react/no-unescaped-entities": 0 }
4
}
components/Hero.js
@@ -18,7 +18,7 @@ export default function Hero() {
18
</p>
19
20
<div className='z-10 mr-2'>
21
- <Link href='#contact'>
+ <Link href='#contact' passHref>
22
<button type="button" className="h-10 px-6 mt-4 font-semibold rounded-md bg-blue-500 w-32 justify-self-end">
23
Contact
24
</button>
0 commit comments