Correctly link to custom repos settings (#603)
Regression introduced with 4b54b09395
This commit is contained in:
@@ -237,7 +237,7 @@ export function Extensions() {
|
||||
{FileInputComponent}
|
||||
<Stack sx={{ paddingTop: '20px' }} alignItems="center" justifyContent="center" rowGap="10px">
|
||||
<Typography>{t('extension.label.add_repository_info')}</Typography>
|
||||
<Button component={Link} variant="contained" to="/browse/extensionSettings">
|
||||
<Button component={Link} variant="contained" to="/settings/browseSettings">
|
||||
{t('settings.title')}
|
||||
</Button>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user