Fixed: Website Links going to api not site

pull/176/head^2
Robin Dadswell 3 years ago committed by Qstick
parent 9ac435bc41
commit 974ab6387f

@ -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…
Cancel
Save