mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: replace Activity icons with Workflow icons across various components for consistency
This commit is contained in:
parent
3846056bc7
commit
56239548c8
6 changed files with 14 additions and 19 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import { useAtom } from "jotai";
|
||||
import {
|
||||
Activity,
|
||||
Brain,
|
||||
CircleUser,
|
||||
Globe,
|
||||
|
|
@ -12,6 +11,7 @@ import {
|
|||
ReceiptText,
|
||||
ShieldCheck,
|
||||
Sparkles,
|
||||
Workflow,
|
||||
} from "lucide-react";
|
||||
import dynamic from "next/dynamic";
|
||||
import { useTranslations } from "next-intl";
|
||||
|
|
@ -127,7 +127,7 @@ export function UserSettingsDialog() {
|
|||
{
|
||||
value: "agent-status",
|
||||
label: "Agent Status",
|
||||
icon: <Activity className="h-4 w-4" />,
|
||||
icon: <Workflow className="h-4 w-4" />,
|
||||
},
|
||||
{
|
||||
value: "purchases",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue