Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Jan 7, 2024
1 parent da61b28 commit e67cece
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Components/Assets/AssetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,11 @@ const AssetsList = () => {
)}
{warrantyAmcValidityChip(asset.warranty_amc_end_of_validity)}
{asset?.down && (
<Chip variant="danger" startIcon="l-ban" text={"Down"} />
<Chip
variant="danger"
startIcon="l-link-broken"
text={"Down"}
/>
)}{" "}
</div>
</div>
Expand Down

0 comments on commit e67cece

Please sign in to comment.