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, };