diff --git a/src/components/Header/Navbar.tsx b/src/components/Header/Navbar.tsx index 730ac0a9f9..cf492e53d1 100644 --- a/src/components/Header/Navbar.tsx +++ b/src/components/Header/Navbar.tsx @@ -7,6 +7,7 @@ import Cookies from "js-cookie"; import { Link, useParams } from "react-router-dom"; import { useNavbarAnalytics } from "analytics"; import Icon from "components/Icon"; +import HalloweenTree from "components/Icon/icons/Halloween.svg"; import { CURRENT_PROJECT } from "constants/cookies"; import { wikiUrl } from "constants/externalResources"; import { getCommitsRoute, getUserPatchesRoute, routes } from "constants/routes"; @@ -60,7 +61,10 @@ export const Navbar: React.FC = () => { to={routes.myPatches} onClick={() => sendEvent({ name: "Click Logo Link" })} > - + + + + + + + + + + + + + + + + + + + + + + + + + +