fix(packages): fix security update badge

This commit is contained in:
tigattack
2025-10-02 23:26:14 +01:00
parent f085596b87
commit 482a9e27c9

View File

@@ -396,7 +396,7 @@ const Packages = () => {
}
return pkg.isSecurityUpdate ? (
<span className="badge-danger flex items-center gap-1">
<span className="badge-danger">
<Shield className="h-3 w-3" />
Security Update Available
</span>