fix: use correct MinusSignIcon export from hugeicons
This commit is contained in:
parent
e588993706
commit
c8a8e49dc7
|
|
@ -5,7 +5,7 @@ import {
|
||||||
CheckmarkCircle02Icon,
|
CheckmarkCircle02Icon,
|
||||||
CancelCircleIcon,
|
CancelCircleIcon,
|
||||||
Loading03Icon,
|
Loading03Icon,
|
||||||
MinusSign01Icon,
|
MinusSignIcon,
|
||||||
PlanChartIcon,
|
PlanChartIcon,
|
||||||
} from "@hugeicons/core-free-icons";
|
} from "@hugeicons/core-free-icons";
|
||||||
import { ScrollArea } from "@/components/ui/scroll-area";
|
import { ScrollArea } from "@/components/ui/scroll-area";
|
||||||
|
|
@ -19,7 +19,7 @@ const STATUS_CONFIG: Record<
|
||||||
{ icon: typeof CheckmarkCircle02Icon; className: string }
|
{ icon: typeof CheckmarkCircle02Icon; className: string }
|
||||||
> = {
|
> = {
|
||||||
pending: {
|
pending: {
|
||||||
icon: MinusSign01Icon,
|
icon: MinusSignIcon,
|
||||||
className: "text-muted-foreground",
|
className: "text-muted-foreground",
|
||||||
},
|
},
|
||||||
in_progress: {
|
in_progress: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue