Spaces:
Runtime error
Runtime error
Commit
Β·
66d9550
1
Parent(s):
4c354aa
"try again" -> "next" (#2)
Browse files- try again -> next (e5281f5ee4b123d44b762f57f3e5cb71572dd203)
Co-authored-by: Victor M <[email protected]>
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>
|