mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 08:40:10 +02:00
16 lines
824 B
HTML
16 lines
824 B
HTML
<a d-click="onModalCloseBtnClick" href="" aria-label="Close modal" title="Close" class="js-modal__close-btn modal__close-btn">
|
|
<svg>
|
|
<use xlink:href="#cross-icon"></use>
|
|
</svg>
|
|
</a>
|
|
|
|
<h2>Import your creations in your account</h2>
|
|
|
|
<div>
|
|
<p>You have <span id="oldSavedCreationsCountEl"></span> creations saved in your local machine. Do you want to import those creations in your account so they are more secure and accessible anywhere?</p>
|
|
<p>It's okay if you don't want to. You can simply logout and access them anytime on this browser.</p>
|
|
<div class="flex flex-h-end">
|
|
<button d-click="dontAskToImportAnymore" class="btn">Don't ask me again</button>
|
|
<button d-click="importCreationsAndSettingsIntoApp" class="btn btn--primary ml-1">Yes, please import</button>
|
|
</div>
|
|
</div> |