Adjust changelog icon mapping

cgen-d746b22e4fdb4199a73fc71f6afb0ff8
This commit is contained in:
Builder.io 2025-10-14 06:39:19 +00:00
parent 8ed320d9e6
commit dc9284277f

View file

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