Fixed: Website Links going to api not site

This commit is contained in:
Robin Dadswell
2021-06-09 20:33:44 +01:00
committed by Qstick
parent 9ac435bc41
commit 974ab6387f

View File

@@ -248,7 +248,7 @@ class IndexerIndexRow extends Component {
className={styles.externalLink} className={styles.externalLink}
name={icons.EXTERNAL_LINK} name={icons.EXTERNAL_LINK}
title={'Website'} title={'Website'}
to={baseUrl} to={baseUrl.replace('api.', '')}
/> />
<IconButton <IconButton