diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx index d0aeef9..596cb2c 100644 --- a/components/Blog/Navigation.tsx +++ b/components/Blog/Navigation.tsx @@ -1,19 +1,22 @@ /* eslint-disable @next/next/no-img-element */ import type { NextPage } from "next"; import Link from "next/link"; +import Image from "next/image"; import { TerminalWindow, House, User } from "phosphor-react"; import ThemeSwitch from "./ThemeSwitch"; import styles from "../../styles/Blog/Navigation.module.scss"; +import logo from "../../public/icon.png"; const Navigation: NextPage<{}> = () => { return