diff --git a/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx b/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx
index ec5db3e76..9e321149c 100644
--- a/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx
+++ b/portal-ui/src/screens/Console/HealthInfo/HealthInfo.tsx
@@ -23,7 +23,7 @@ import {
import { AppState, useAppDispatch } from "../../../store";
import { useSelector } from "react-redux";
import { useNavigate } from "react-router-dom";
-import { Box, Button, Grid, HelpBox, Loader, WarnIcon } from "mds";
+import { Box, Button, Grid, HelpBox, InfoIcon, Loader } from "mds";
import {
DiagStatError,
DiagStatInProgress,
@@ -354,15 +354,10 @@ const HealthInfo = ({ classes }: IHealthInfo) => {
}
- help={
-
- Cluster Health Report will be uploaded to Subnet, and is
- viewable from your Subnet Diagnostics dashboard.
-
+ "Cluster Health Report will be uploaded to Subnet, and is viewable from your Subnet Diagnostics dashboard."
}
+ iconComponent={}
+ help={""}
/>
)}