mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-27 10:03:45 +00:00
fix(packages): fix security update badge
This commit is contained in:
@@ -396,7 +396,7 @@ const Packages = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return pkg.isSecurityUpdate ? (
|
return pkg.isSecurityUpdate ? (
|
||||||
<span className="badge-danger flex items-center gap-1">
|
<span className="badge-danger">
|
||||||
<Shield className="h-3 w-3" />
|
<Shield className="h-3 w-3" />
|
||||||
Security Update Available
|
Security Update Available
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user