fix(layout): update icon for artifacts in LayoutDataProvider

This commit is contained in:
Anish Sarkar 2026-07-12 22:38:52 +05:30
parent aca243ba43
commit 3cf94e0aa8

View file

@ -2,7 +2,7 @@
import { useQuery } from "@tanstack/react-query"; import { useQuery } from "@tanstack/react-query";
import { useAtomValue, useSetAtom } from "jotai"; 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 { useParams, usePathname, useRouter } from "next/navigation";
import { useTranslations } from "next-intl"; import { useTranslations } from "next-intl";
import { useTheme } from "next-themes"; import { useTheme } from "next-themes";
@ -306,7 +306,7 @@ export function LayoutDataProvider({ workspaceId, children }: LayoutDataProvider
{ {
title: "Artifacts", title: "Artifacts",
url: `/dashboard/${workspaceId}/artifacts`, url: `/dashboard/${workspaceId}/artifacts`,
icon: Boxes, icon: Shapes,
isActive: isArtifactsActive, isActive: isArtifactsActive,
}, },
{ {