diff --git a/app/assets/javascripts/ci/artifacts/components/job_artifacts_table.vue b/app/assets/javascripts/ci/artifacts/components/job_artifacts_table.vue index d8f9eb65236fd9075b4bec4dcd27c52a19b7436d..de37aa431e6079c3348adb6830083f5b796f2bb0 100644 --- a/app/assets/javascripts/ci/artifacts/components/job_artifacts_table.vue +++ b/app/assets/javascripts/ci/artifacts/components/job_artifacts_table.vue @@ -10,7 +10,7 @@ import { GlFormCheckbox, GlTooltipDirective, } from '@gitlab/ui'; -import CiBadgeLink from '~/vue_shared/components/ci_badge_link.vue'; +import CiIcon from '~/vue_shared/components/ci_icon.vue'; import { createAlert } from '~/alert'; import { getIdFromGraphQLId, convertToGraphQLId } from '~/graphql_shared/utils'; import TimeAgo from '~/vue_shared/components/time_ago_tooltip.vue'; @@ -68,7 +68,7 @@ export default { GlPagination, GlFormCheckbox, TimeAgo, - CiBadgeLink, + CiIcon, JobCheckbox, ArtifactsBulkDelete, BulkDeleteModal, @@ -442,7 +442,7 @@ export default {