Skip to content

Commit 7f44c95

Browse files
committed
chore: icon replaced
1 parent 51a0f11 commit 7f44c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/CICDHistory/Artifacts.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import { useParams } from 'react-router-dom'
1919
import { ReactComponent as Down } from '@Icons/ic-arrow-forward.svg'
2020
import { ReactComponent as OpenInNew } from '@Icons/ic-arrow-out.svg'
2121
import { ReactComponent as Download } from '@Icons/ic-download.svg'
22-
import folder from '@Icons/ic-folder.svg'
2322
import { ReactComponent as ICHelpOutline } from '@Icons/ic-help.svg'
2423
import { ReactComponent as MechanicalOperation } from '@Icons/ic-mechanical-operation.svg'
2524
import noartifact from '@Images/no-artifact.webp'
@@ -29,6 +28,7 @@ import { useDownload } from '@Shared/Hooks'
2928
import { ClipboardButton, extractImage, GenericEmptyState, ImageTagsContainer, useGetUserRoles } from '../../../Common'
3029
import { EMPTY_STATE_STATUS } from '../../constants'
3130
import { DocLink } from '../DocLink'
31+
import { Icon } from '../Icon'
3232
import { RegistryIcon } from '../RegistryIcon'
3333
import { TargetPlatformBadgeList } from '../TargetPlatforms'
3434
import { TERMINAL_STATUS_MAP } from './constants'
@@ -101,7 +101,7 @@ export const CIListItem = ({
101101
<div className="flex left dc__gap-12">
102102
<div className="bcn-1 flex br-4 icon-dim-40">
103103
{type === 'report' ? (
104-
<img src={folder} width={20} height={20} alt="type" />
104+
<Icon name="ic-folder" size={20} color="N500" />
105105
) : (
106106
<RegistryIcon registryUrl={artifact} />
107107
)}

0 commit comments

Comments
 (0)