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";