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 6273964 commit bd81500Copy full SHA for bd81500
src-ts/tools/learn/certification-details/enrollment-page/enrollment-sidebar/EnrollmentSidebar.tsx
@@ -24,7 +24,12 @@ const EnrollmentSidebar: FC<EnrollmentSidebarProps> = (props: EnrollmentSidebarP
24
Enroll until April 30 with no cost.
25
</div>
26
27
- <Button buttonStyle='primary' onClick={props.onEnroll} label='Enroll Now' size='lg' />
+ <Button
28
+ buttonStyle='primary'
29
+ onClick={props.onEnroll}
30
+ label='Complete Enrollment'
31
+ size='lg'
32
+ />
33
{/* TODO: this form will probably be re-used when we add actuall payments, leaving this here for now */}
34
{/* <EnrollmentForm profile={props.profile} onSubmit={props.onEnroll}>
35
</EnrollmentForm> */}
0 commit comments