From ae581a10d852ebb65d069558200bfc8776551640 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 2 Oct 2025 12:49:40 -0700 Subject: [PATCH] chore: updated icons --- surfsense_web/components/homepage/features-bento-grid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/surfsense_web/components/homepage/features-bento-grid.tsx b/surfsense_web/components/homepage/features-bento-grid.tsx index d9a5b7428..69eb41da1 100644 --- a/surfsense_web/components/homepage/features-bento-grid.tsx +++ b/surfsense_web/components/homepage/features-bento-grid.tsx @@ -1,4 +1,4 @@ -import { IconFileBroken, IconSparkles, IconTableColumn, IconUsers } from "@tabler/icons-react"; +import { IconMessage, IconMicrophone, IconSearch, IconUsers } from "@tabler/icons-react"; import Image from "next/image"; import React from "react"; import { BentoGrid, BentoGridItem } from "@/components/ui/bento-grid"; @@ -420,7 +420,7 @@ const items = [ "Get instant information, detailed updates, and cited answers across company and personal knowledge.", header: , className: "md:col-span-2", - icon: , + icon: , }, { title: "Work Together in Real Time", @@ -436,13 +436,13 @@ const items = [ "Create podcasts and multimedia your team can comment on, share, and refine together.", header: , className: "md:col-span-1", - icon: , + icon: , }, { title: "Context Where It Counts", description: "Add comments directly to your chats and docs for clear, in-the-moment feedback.", header: , className: "md:col-span-2", - icon: , + icon: , }, ];