diff --git a/surfsense_web/components/Navbar.tsx b/surfsense_web/components/Navbar.tsx index cdfff4e42..eb67831c5 100644 --- a/surfsense_web/components/Navbar.tsx +++ b/surfsense_web/components/Navbar.tsx @@ -1,5 +1,5 @@ "use client"; -import { IconMail, IconMenu2, IconUser, IconX } from "@tabler/icons-react"; +import { IconMail, IconMenu2, IconUser, IconUserPlus, IconX } from "@tabler/icons-react"; import { AnimatePresence, motion, useMotionValueEvent, useScroll } from "motion/react"; import Link from "next/link"; import { useRef, useState } from "react"; @@ -172,10 +172,10 @@ const DesktopNav = ({ navItems, visible }: NavbarProps) => {