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 de43630 commit 9a4f426Copy full SHA for 9a4f426
app/components/CertificateButton/CertificateButton.tsx
@@ -58,6 +58,7 @@ export default function CertificateButton() {
58
variant={"default"}
59
className={styles.certificateButton}
60
onClick={isTheTourCompletedState ? onOpen : () => {}}
61
+ isDisabled={!isTheTourCompletedState}
62
>
63
{isTheTourCompletedState ? "" : <LockIcon />} Get Your Certificate
64
</Button>
0 commit comments