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