Skip to content

Commit 0a4a317

Browse files
committed
feat: use icon component
1 parent 16c0f5a commit 0a4a317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ import {
3737
URLS as CommonURLS,
3838
} from '@devtron-labs/devtron-fe-common-lib'
3939

40-
import { ReactComponent as RotateIcon } from '@Icons/ic-arrows_clockwise.svg'
4140
import { ReactComponent as ICCamera } from '@Icons/ic-camera.svg'
4241
import { ReactComponent as Trash } from '@Icons/ic-delete-dots.svg'
4342
import { ReactComponent as LinkIcon } from '@Icons/ic-link.svg'
@@ -367,7 +366,7 @@ export const SourceInfo = ({
367366
variant={ButtonVariantType.secondary}
368367
onClick={() => setRotateModal(true)}
369368
disabled={isApprovalConfigured}
370-
icon={<RotateIcon />}
369+
icon={<Icon name="ic-arrows-clockwise" color={null} />}
371370
style={ButtonStyleType.neutral}
372371
showTooltip
373372
tooltipProps={{

0 commit comments

Comments
 (0)