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 2d91f1e commit 57442dbCopy full SHA for 57442db
src-ts/tools/learn/certification-details/enrolled-modal/EnrolledModal.tsx
@@ -30,7 +30,11 @@ const EnrolledModal: FC<EnrolledModalProps> = (props: EnrolledModalProps) => {
30
<h2 className='details'>
31
You have successfully enrolled!
32
</h2>
33
- <Button buttonStyle='outline' label='Close' onClick={props.onClose} />
+ <Button
34
+ buttonStyle='outline'
35
+ label='Go to the certification details'
36
+ onClick={props.onClose}
37
+ />
38
</>
39
40
</BaseModal>
0 commit comments