Spaces:
Runtime error
Runtime error
try again -> next
Browse files
frontend/src/lib/Result.svelte
CHANGED
@@ -121,7 +121,7 @@
|
|
121 |
>
|
122 |
{!disableDownload ? 'SAVE SCREENSHOT' : 'SAVING..'}
|
123 |
</button>
|
124 |
-
<button class="flex-1 ml-1" on:click={() => dispatch('restart')}>
|
125 |
</div>
|
126 |
</div>
|
127 |
</div>
|
|
|
121 |
>
|
122 |
{!disableDownload ? 'SAVE SCREENSHOT' : 'SAVING..'}
|
123 |
</button>
|
124 |
+
<button class="flex-1 ml-1" on:click={() => dispatch('restart')}> NEXT </button>
|
125 |
</div>
|
126 |
</div>
|
127 |
</div>
|