From 5ea0e3f8e04822f4f87c3a1b09eea75c615700be Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:55:34 +0530 Subject: [PATCH] refactor(artifacts-library): replace Boxes icon with Shapes icon in empty state component --- .../features/artifacts-library/ui/artifacts-library.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx b/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx index 642fed1c1..809e4cf1a 100644 --- a/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx +++ b/surfsense_web/features/artifacts-library/ui/artifacts-library.tsx @@ -1,7 +1,7 @@ "use client"; import { useSetAtom } from "jotai"; -import { Boxes, RefreshCw, TriangleAlert } from "lucide-react"; +import { RefreshCw, Shapes, TriangleAlert } from "lucide-react"; import { useMemo, useState } from "react"; import { openReportPanelAtom } from "@/atoms/chat/report-panel.atom"; import { MobileReportPanel } from "@/components/report-panel/report-panel"; @@ -48,7 +48,7 @@ function EmptyState() { return (
- +

No artifacts yet