diff --git a/src/components/header/Nav.tsx b/src/components/header/Nav.tsx index 0f0c51b..9ba5bc0 100644 --- a/src/components/header/Nav.tsx +++ b/src/components/header/Nav.tsx @@ -1,3 +1,5 @@ +// Modules +import { Link } from "react-router-dom"; // Icons import { ReactComponent as Logo } from "../../assets/icons/logo.svg"; import { ReactComponent as Instagram } from "../../assets/icons/insta-black.svg"; @@ -18,7 +20,9 @@ const Nav = () => {
- + + +