mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 19:20:19 +02:00
Fixed: Website Links going to api not site
This commit is contained in:
parent
9ac435bc41
commit
974ab6387f
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class IndexerIndexRow extends Component {
|
|||
className={styles.externalLink}
|
||||
name={icons.EXTERNAL_LINK}
|
||||
title={'Website'}
|
||||
to={baseUrl}
|
||||
to={baseUrl.replace('api.', '')}
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
|
|
|
|||
Loading…
Reference in a new issue