Skip to content

Commit 66f4af0

Browse files
committed
fix: icon for approval pending
1 parent b97283d commit 66f4af0

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed
Lines changed: 4 additions & 0 deletions
Loading

src/Assets/Icon/ic-stamp.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ReactComponent as ICCheck } from '@Icons/ic-check.svg'
2-
import { ReactComponent as ICStamp } from '@Icons/ic-stamp.svg'
2+
import { ReactComponent as ICCheckCircleDots } from '@Icons/ic-check-circle-dots.svg'
33
import { ReactComponent as ICEditFile } from '@Icons/ic-edit-file.svg'
44
import { ReactComponent as ICFileCode } from '@Icons/ic-file-code.svg'
55
import { stringComparatorBySortOrder } from '@Shared/Helpers'
@@ -444,7 +444,7 @@ const getDiffHeading = <DeploymentTemplate extends boolean>(
444444
if (isApprovalPending) {
445445
return (
446446
<div className="flexbox dc__align-items-center dc__gap-8 ">
447-
<ICStamp className="icon-dim-16" />
447+
<ICCheckCircleDots className="icon-dim-16" />
448448
<span className="fs-12 fw-6 cv-5">Approval pending</span>
449449
</div>
450450
)

0 commit comments

Comments
 (0)