diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 685e918..6bbb9b4 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1,6 +1,7 @@ import React from "react"; import Image from "next/image"; import LOGO from "../assets/werkzeugkasten.svg"; +import Link from "next/link"; interface NavProps { className?: string; @@ -17,21 +18,21 @@ const Navbar = (props: NavProps) => {
{props.renderHomeLink ? ( - home - + ) : null}
- github - +