From 5a944a8a2d97a65da50c7d7b1d36c562aa319b0c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 06:39:27 +0000 Subject: [PATCH] Use minus icon for removed changelog items cgen-a9070b50ef9e43d2bcc16135dc1e0465 --- 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 e3808daf..1315ba1d 100644 --- a/client/components/admin/AdminChangelogDigest.tsx +++ b/client/components/admin/AdminChangelogDigest.tsx @@ -30,7 +30,7 @@ const changeIcon: Record = { added: Plus, improved: ArrowUpRight, fixed: Bug, - removed: ArrowUpRight, + removed: Minus, security: Shield, };