Skip to content

Commit 0e01d94

Browse files
committed
fix link url
1 parent 3bad8e2 commit 0e01d94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static/gsApp/views/seerAutomation/components/repoTable/seerRepoTable.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {LoadingIndicator} from 'sentry/components/loadingIndicator';
1818
import {Panel} from 'sentry/components/panels/panel';
1919
import {useBulkUpdateRepositorySettings} from 'sentry/components/repositories/useBulkUpdateRepositorySettings';
2020
import {getRepositoryWithSettingsQueryKey} from 'sentry/components/repositories/useRepositoryWithSettings';
21+
import {IconOpen} from 'sentry/icons/iconOpen';
2122
import {IconSearch} from 'sentry/icons/iconSearch';
2223
import {t, tct} from 'sentry/locale';
2324
import type {RepositoryWithSettings} from 'sentry/types/integrations';
@@ -188,7 +189,8 @@ export function SeerRepoTable() {
188189
<LinkButton
189190
priority="primary"
190191
size="sm"
191-
to={`/settings/organizations/${organization.slug}/repos/`}
192+
to={`/settings/${organization.slug}/repos/`}
193+
icon={<IconOpen />}
192194
>
193195
{t('Manage Repositories')}
194196
</LinkButton>

0 commit comments

Comments
 (0)