mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
fix(layout): update icon for artifacts in LayoutDataProvider
This commit is contained in:
parent
aca243ba43
commit
3cf94e0aa8
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue