diff --git a/project-app/.eslintrc.json b/project-app/.eslintrc.json index 0ad09f5..1d4e9ab 100644 --- a/project-app/.eslintrc.json +++ b/project-app/.eslintrc.json @@ -1,3 +1,6 @@ { "extends": ["next/babel","next/core-web-vitals"] + } + + diff --git a/project-app/components/Landing/Landing.jsx b/project-app/components/Landing/Landing.jsx index 184a10f..f78fa36 100644 --- a/project-app/components/Landing/Landing.jsx +++ b/project-app/components/Landing/Landing.jsx @@ -3,17 +3,20 @@ import NavButton from './NavButton/NavButton.jsx' const LandingBanner = () => { return ( -