fix(client): open all certs in same tab (#43061)
This commit is contained in:
@ -53,7 +53,6 @@ function renderCertShow(username: string, cert: ICert): React.ReactNode {
|
|||||||
<Col className='certifications' sm={10} smPush={1}>
|
<Col className='certifications' sm={10} smPush={1}>
|
||||||
<Link
|
<Link
|
||||||
className='btn btn-lg btn-primary btn-block'
|
className='btn btn-lg btn-primary btn-block'
|
||||||
external={true}
|
|
||||||
to={`/certification/${username}/${cert.certSlug}`}
|
to={`/certification/${username}/${cert.certSlug}`}
|
||||||
>
|
>
|
||||||
View {cert.title}
|
View {cert.title}
|
||||||
|
@ -200,8 +200,7 @@ class TimelineInner extends Component<
|
|||||||
{certPath ? (
|
{certPath ? (
|
||||||
<Link
|
<Link
|
||||||
className='timeline-cert-link'
|
className='timeline-cert-link'
|
||||||
external={true}
|
to={`/certification/${username}/${certPath}`}
|
||||||
to={`certification/${username}/${certPath}`}
|
|
||||||
>
|
>
|
||||||
{challengeTitle}
|
{challengeTitle}
|
||||||
<CertificationIcon />
|
<CertificationIcon />
|
||||||
|
Reference in New Issue
Block a user