Skip to content

Commit 757ad6e

Browse files
committed
Update compass-welcome to adopt marketing-modal v7
1 parent 3f7855e commit 757ad6e

File tree

1 file changed

+1
-2
lines changed
  • packages/compass-welcome/src/components

1 file changed

+1
-2
lines changed

packages/compass-welcome/src/components/modal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ export const WelcomeModal: React.FunctionComponent<WelcomeModalProps> = ({
4545
data-testid="welcome-modal"
4646
open={isOpen}
4747
onClose={close}
48-
onButtonClick={close}
48+
buttonProps={{ onClick: close, children: 'Start' }}
4949
title="Welcome to Compass"
50-
buttonText="Start"
5150
showBlob
5251
blobPosition="top right"
5352
disclaimer={

0 commit comments

Comments
 (0)