Skip to content

Commit c7dac6b

Browse files
authored
ref(ui) Replace icon-generic with an SVG icon. (#19860)
1 parent 346133e commit c7dac6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry/static/sentry/app/components/group/externalIssuesList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import ExternalIssueActions from 'app/components/group/externalIssueActions';
1919
import ExternalIssueStore from 'app/stores/externalIssueStore';
2020
import IssueSyncListElement from 'app/components/issueSyncListElement';
2121
import PluginActions from 'app/components/group/pluginActions';
22+
import {IconGeneric} from 'app/icons';
2223
import SentryAppComponentsStore from 'app/stores/sentryAppComponentsStore';
2324
import SentryAppExternalIssueActions from 'app/components/group/sentryAppExternalIssueActions';
2425
import SentryAppInstallationStore from 'app/stores/sentryAppInstallationsStore';
@@ -203,7 +204,7 @@ class ExternalIssueList extends AsyncComponent<Props, State> {
203204
<span>Linked Issues</span>
204205
</h6>
205206
<AlertLink
206-
icon="icon-generic-box"
207+
icon={<IconGeneric />}
207208
priority="muted"
208209
size="small"
209210
to={`/settings/${this.props.organization.slug}/integrations`}

0 commit comments

Comments
 (0)