fix(showCert): Target _blank the link for Show Cert

This commit is contained in:
Stuart Taylor
2018-03-07 23:35:23 +00:00
parent 2281c85df6
commit 33d26aaa6c

View File

@ -209,6 +209,7 @@ class CertificationSettings extends PureComponent {
bsSize='lg' bsSize='lg'
bsStyle='primary' bsStyle='primary'
href={ `/certificates/${username}/${superBlock}`} href={ `/certificates/${username}/${superBlock}`}
target='_blank'
> >
Show Certificate Show Certificate
</Button> : </Button> :