From 3cf94e0aa82082f72964ddf5ef7f38f93b1f0bdc Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:38:52 +0530 Subject: [PATCH] fix(layout): update icon for artifacts in LayoutDataProvider --- .../components/layout/providers/LayoutDataProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/components/layout/providers/LayoutDataProvider.tsx b/surfsense_web/components/layout/providers/LayoutDataProvider.tsx index f9c2c9072..e60d04198 100644 --- a/surfsense_web/components/layout/providers/LayoutDataProvider.tsx +++ b/surfsense_web/components/layout/providers/LayoutDataProvider.tsx @@ -2,7 +2,7 @@ import { useQuery } from "@tanstack/react-query"; import { useAtomValue, useSetAtom } from "jotai"; -import { AlarmClock, AlertTriangle, Boxes, SquareTerminal } from "lucide-react"; +import { AlarmClock, AlertTriangle, Shapes, SquareTerminal } from "lucide-react"; import { useParams, usePathname, useRouter } from "next/navigation"; import { useTranslations } from "next-intl"; import { useTheme } from "next-themes"; @@ -306,7 +306,7 @@ export function LayoutDataProvider({ workspaceId, children }: LayoutDataProvider { title: "Artifacts", url: `/dashboard/${workspaceId}/artifacts`, - icon: Boxes, + icon: Shapes, isActive: isArtifactsActive, }, {