File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/app/details/appDetails Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import {
37
37
URLS as CommonURLS ,
38
38
} from '@devtron-labs/devtron-fe-common-lib'
39
39
40
- import { ReactComponent as RotateIcon } from '@Icons/ic-arrows_clockwise.svg'
41
40
import { ReactComponent as ICCamera } from '@Icons/ic-camera.svg'
42
41
import { ReactComponent as Trash } from '@Icons/ic-delete-dots.svg'
43
42
import { ReactComponent as LinkIcon } from '@Icons/ic-link.svg'
@@ -367,7 +366,7 @@ export const SourceInfo = ({
367
366
variant = { ButtonVariantType . secondary }
368
367
onClick = { ( ) => setRotateModal ( true ) }
369
368
disabled = { isApprovalConfigured }
370
- icon = { < RotateIcon /> }
369
+ icon = { < Icon name = "ic-arrows-clockwise" color = { null } /> }
371
370
style = { ButtonStyleType . neutral }
372
371
showTooltip
373
372
tooltipProps = { {
You can’t perform that action at this time.
0 commit comments