diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index bffb357..957cd15 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -1,3 +1,3 @@ { - "extends": "next/core-web-vitals" + "extends": ["next/core-web-vitals"] } diff --git a/frontend/app/components/NavigationRail/NavigationRail.jsx b/frontend/app/components/NavigationRail/NavigationRail.jsx index e88a330..b0a2bba 100644 --- a/frontend/app/components/NavigationRail/NavigationRail.jsx +++ b/frontend/app/components/NavigationRail/NavigationRail.jsx @@ -2,6 +2,7 @@ import { usePathname } from "next/navigation"; import Link from "next/link"; +import Image from "next/image"; export const NavigationRail = (props) => { const pathname = usePathname(); @@ -37,7 +38,7 @@ export const NavigationRail = (props) => { return (