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.
1 parent b5c54f2 commit 08f7229Copy full SHA for 08f7229
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