diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx index bddb7c2..b1dce0a 100644 --- a/components/Blog/Navigation.tsx +++ b/components/Blog/Navigation.tsx @@ -1,10 +1,18 @@ +/* eslint-disable @next/next/no-img-element */ import type { NextPage } from "next"; +import Link from "next/link"; +import styles from "../../styles/Blog/Navigation.module.scss"; const Navigation: NextPage<{}> = () => { - return