mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(platform): address PR review round 5
- Replace ServerCrash icon with Receipt for Platform Costs sidebar
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { Sidebar } from "@/components/__legacy__/Sidebar";
|
||||
import {
|
||||
Users,
|
||||
DollarSign,
|
||||
UserSearch,
|
||||
FileText,
|
||||
ServerCrash,
|
||||
} from "lucide-react";
|
||||
import { Users, DollarSign, UserSearch, FileText, Receipt } from "lucide-react";
|
||||
import { Gauge } from "@phosphor-icons/react/dist/ssr";
|
||||
|
||||
import { IconSliders } from "@/components/__legacy__/ui/icons";
|
||||
@@ -36,7 +30,7 @@ const sidebarLinkGroups = [
|
||||
{
|
||||
text: "Platform Costs",
|
||||
href: "/admin/platform-costs",
|
||||
icon: <ServerCrash className="h-6 w-6" />,
|
||||
icon: <Receipt className="h-6 w-6" />,
|
||||
},
|
||||
{
|
||||
text: "Execution Analytics",
|
||||
|
||||
Reference in New Issue
Block a user