fix(client): open all certs in same tab (#43061)

This commit is contained in:
Tom
2021-07-29 06:56:36 -05:00
committed by GitHub
parent e9c740fe7e
commit 826992fabf
2 changed files with 1 additions and 3 deletions

View File

@ -53,7 +53,6 @@ function renderCertShow(username: string, cert: ICert): React.ReactNode {
<Col className='certifications' sm={10} smPush={1}>
<Link
className='btn btn-lg btn-primary btn-block'
external={true}
to={`/certification/${username}/${cert.certSlug}`}
>
View {cert.title}

View File

@ -200,8 +200,7 @@ class TimelineInner extends Component<
{certPath ? (
<Link
className='timeline-cert-link'
external={true}
to={`certification/${username}/${certPath}`}
to={`/certification/${username}/${certPath}`}
>
{challengeTitle}
<CertificationIcon />