migrate from latest dev

This commit is contained in:
_Bastler
2021-08-27 10:40:50 +02:00
parent e806325da9
commit 20cee5cb12
4 changed files with 16 additions and 11 deletions
@@ -6,7 +6,7 @@
}
function goToBuildingMap() {
const sparkHost = "https://workadventu.re/map-building";
const sparkHost = "https://wiki.bstly.de/services/partey/map";
window.open(sparkHost, "_blank");
}
@@ -14,14 +14,6 @@
<div class="create-map-main">
<section class="container-overflow">
<section>
<h3>Getting started</h3>
<p>
WorkAdventure allows you to create an online space to communicate spontaneously with others.
And it all starts with creating your own space. Choose from a large selection of prefabricated maps by our team.
</p>
<button type="button" class="nes-btn is-primary" on:click={goToGettingStarted}>Getting started</button>
</section>
<section>
<h3>Create your map</h3>
<p>You can also create your own custom map by following the step of the documentation.</p>
@@ -41,9 +41,9 @@
</script>
<div class="customize-main">
<section>
<!-- <section>
<button type="button" class="nes-btn" on:click|preventDefault={openEditNameScene}>Edit Name</button>
</section>
</section> -->
<section>
<button type="button" class="nes-btn is-rounded" on:click|preventDefault={openEditSkinScene}>Edit Skin</button>
</section>