Adjust changelog icon mapping
cgen-d746b22e4fdb4199a73fc71f6afb0ff8
This commit is contained in:
parent
8ed320d9e6
commit
dc9284277f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue