mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 14:28:04 +00:00
@@ -17,7 +17,7 @@ export const InstallUpgradeTitle: FC<InstallUpgradeProps> = ({
|
||||
<div className="font-bold">
|
||||
{`${text}`}
|
||||
{(isUpgrade || releaseValues) && (
|
||||
<span className="text-green-700">{chartName}</span>
|
||||
<span className="text-green-700 ml-1">{chartName}</span>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user