Use minus icon for removed changelog items
cgen-a9070b50ef9e43d2bcc16135dc1e0465
This commit is contained in:
parent
dc9284277f
commit
5a944a8a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ const changeIcon: Record<ChangelogChange["type"], LucideIcon> = {
|
||||||
added: Plus,
|
added: Plus,
|
||||||
improved: ArrowUpRight,
|
improved: ArrowUpRight,
|
||||||
fixed: Bug,
|
fixed: Bug,
|
||||||
removed: ArrowUpRight,
|
removed: Minus,
|
||||||
security: Shield,
|
security: Shield,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue