save data export and import

This commit is contained in:
2023-06-26 19:44:32 +02:00
parent a2b8b40464
commit d6e897c289
5 changed files with 151 additions and 12 deletions
+1 -3
View File
@@ -30,9 +30,6 @@
<section class="upgrade">
<UpgradesList :guild="guild"/>
</section>
<section class="upgrade">
<span class="wipe-save" @click="$emit('wipeSave')">Wipe your save data</span>
</section>
</section>
</main>
@@ -82,6 +79,7 @@ main {
.upgrades {
max-width: 45rem;
width: 100%;
padding-bottom: 1rem;
}
}