From dc9284277f6424c088142a12117aa5556fe1dcc3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 06:39:19 +0000 Subject: [PATCH] Adjust changelog icon mapping cgen-d746b22e4fdb4199a73fc71f6afb0ff8 --- client/components/admin/AdminChangelogDigest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/admin/AdminChangelogDigest.tsx b/client/components/admin/AdminChangelogDigest.tsx index 582d181a..e3808daf 100644 --- a/client/components/admin/AdminChangelogDigest.tsx +++ b/client/components/admin/AdminChangelogDigest.tsx @@ -3,7 +3,7 @@ import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { formatDistanceToNow } from "date-fns"; import type { LucideIcon } from "lucide-react"; -import { ArrowUpRight, Bug, Plus, Shield } from "lucide-react"; +import { ArrowUpRight, Bug, Minus, Plus, Shield } from "lucide-react"; interface ChangelogChange { type: "added" | "improved" | "fixed" | "removed" | "security";