mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
onboardmodal: fix click event on button
This commit is contained in:
@@ -87,13 +87,14 @@ export function OnboardingModal(props) {
|
||||
<a
|
||||
href="https://medium.com/web-maker/importing-exporting-your-creations-d92e7de5c3dc"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn how to export/import
|
||||
</a>.
|
||||
</p>
|
||||
|
||||
<p class="tac">
|
||||
<button class="btn btn--primary" d-click="closeAllOverlays">
|
||||
<button class="btn btn--primary" onClick={props.closeHandler}>
|
||||
Lets start!
|
||||
</button>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user