We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5c54f2 + 08f7229 commit c05af98Copy full SHA for c05af98
src-ts/tools/learn/tca-certificate/certificate-view/CertificateView.tsx
@@ -52,7 +52,7 @@ const CertificateView: FC<CertificateViewProps> = (props: CertificateViewProps)
52
= useValidateTCACertification(props.certification, props.profile.handle)
53
54
function getCertTitle(user: string): string {
55
- return `${user} - ${certification?.title} Certification`
+ return `${user} - ${certification?.title}`
56
}
57
58
const certUrl: string = getUserTCACertificateSsr(
0 commit comments