Add next button

This commit is contained in:
fragosti
2018-05-25 12:02:18 -07:00
parent e575323c60
commit b0e6ce581a
3 changed files with 13 additions and 2 deletions

View File

@@ -40,6 +40,12 @@ const steps: Step[] = [
placement: 'right',
disableBeacon: true,
},
{
target: '.wallet',
content: 'Before you begin you will need to send some ETH to your metamask wallet',
placement: 'right',
disableBeacon: true,
},
];
export class PortalOnboardingFlow extends React.Component<PortalOnboardingFlowProps> {