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 7d49b0e + b882472 commit 6847d1dCopy full SHA for 6847d1d
src-ts/tools/learn/course-details/course-curriculum/dice-modal/DiceModal.tsx
@@ -39,11 +39,22 @@ const DiceModal: FC<DiceModalProps> = (props: DiceModalProps) => {
39
<Button
40
buttonStyle='primary'
41
label='Account Settings'
42
- onClick={props.onClose}
43
target='_blank'
44
url={EnvironmentConfig.TOPCODER_URLS.ACCOUNT_SETTINGS}
45
/>
46
</p>
+ <p>
47
+ When you have completed configuring your account,
48
+ click below to refresh your settings.
49
+ </p>
50
+ <p className={styles.buttonContainer}>
51
+ <Button
52
+ buttonStyle='secondary'
53
+ label='Refresh Settings'
54
+ onClick={props.onClose}
55
+ url={window.location.href}
56
+ />
57
58
</div>
59
60
</BaseModal>
0 commit comments