victor HF staff commited on
Commit
e5281f5
β€’
1 Parent(s): 4c354aa

try again -> next

Browse files
Files changed (1) hide show
  1. frontend/src/lib/Result.svelte +1 -1
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')}> TRY AGAIN </button>
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>