From 59da7d5c34494a1d8e42e5bf4e868e603ffb4032 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 3 Oct 2022 01:19:43 +0200 Subject: [PATCH] More Navigation work --- components/Blog/Navigation.tsx | 16 ++++++++++---- public/icon.png | Bin 0 -> 27803 bytes styles/Blog/Navigation.module.scss | 33 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 public/icon.png create mode 100644 styles/Blog/Navigation.module.scss 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