feat(sidebar): update icons for navigation and charge items
This commit is contained in:
@@ -20,6 +20,7 @@ import { ArrowLeft, Pencil, PlugConnection, ArrowRotateRight } from "@gravity-ui
|
||||
import { api } from "@/lib/api";
|
||||
import { useSession } from "@/lib/auth-client";
|
||||
import dayjs from "@/lib/dayjs";
|
||||
import { Plug } from "lucide-react";
|
||||
|
||||
// ── Status maps ────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -418,7 +419,7 @@ export default function ChargePointDetailPage({ params }: { params: Promise<{ id
|
||||
className="flex min-w-40 flex-col gap-2 rounded-xl border border-border bg-surface p-3"
|
||||
>
|
||||
<div className="flex items-center gap-2">
|
||||
<PlugConnection className="size-4 shrink-0 text-muted" />
|
||||
<Plug className="size-4 shrink-0 text-muted" />
|
||||
<span className="text-sm font-medium text-foreground">
|
||||
接口 #{conn.connectorId}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user