From f0a060d2ac62494ce31b1774ba5a2263c361c700 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 2 Oct 2025 14:03:48 -0700 Subject: [PATCH] fix: recommended fixes --- surfsense_web/components/Navbar.tsx | 14 +++++++------- .../homepage/ModernHeroWithGradients.tsx | 18 ++++++++---------- .../homepage/features-bento-grid.tsx | 4 ++-- 3 files changed, 17 insertions(+), 19 deletions(-) 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) => {