Add button 'Start over again'
This commit is contained in:
@@ -40,6 +40,11 @@ export default function ResultPage() {
|
||||
<div className="content">
|
||||
{errors}
|
||||
</div>
|
||||
<button
|
||||
type="button"
|
||||
className="button is-secondary is-fullwidth"
|
||||
onClick={() => location.reload()}>Start over again
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user