Skip to content

Commit eab0711

Browse files
ref(js): Use Link component in spanDescriptionLink (#69897)
1 parent c0c97ee commit eab0711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/starfish/components/spanDescriptionLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {Link} from 'react-router';
21
import * as qs from 'query-string';
32

3+
import Link from 'sentry/components/links/link';
44
import {useLocation} from 'sentry/utils/useLocation';
55
import useOrganization from 'sentry/utils/useOrganization';
66
import {normalizeUrl} from 'sentry/utils/withDomainRequired';

0 commit comments

Comments
 (0)