Skip to content

Commit 9a481f3

Browse files
committed
rearrange
1 parent cf24a19 commit 9a481f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@
397397
<button
398398
class="flex items-center px-3 py-2 hover:bg-white/3"
399399
onclick={importDialog?.open}>Import</button>
400-
<button
401-
class="flex items-center px-3 py-2 hover:bg-white/3"
402-
onclick={loadDialog?.open}>Load</button>
403400
{#if doesContentExist}
404401
<button
405402
class="flex items-center px-3 py-2 hover:bg-white/3"
@@ -408,6 +405,9 @@
408405
class="flex items-center px-3 py-2 hover:bg-white/3"
409406
onclick={saveSnapshot}>Save{recentlySaved ? "d!" : ""}</button>
410407
{/if}
408+
<button
409+
class="flex items-center px-3 py-2 hover:bg-white/3"
410+
onclick={loadDialog?.open}>Load</button>
411411
<div class="grow"></div>
412412
<a
413413
href="https://discord.datapackhub.net/"

0 commit comments

Comments
 (0)