mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04: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…
Add table
Add a link
Reference in a new issue