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}
name={icons.EXTERNAL_LINK}
title={'Website'}
to={baseUrl}
to={baseUrl.replace('api.', '')}
/>
<IconButton