mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 03:26:16 -05:00
Fix play front page button loading Closes #772
This commit is contained in:
@@ -147,7 +147,7 @@ export default function PlayPage() {
|
||||
<Button
|
||||
className="play__continue-button"
|
||||
type="submit"
|
||||
loading={transition.state !== "idle"}
|
||||
loading={transition.state === "submitting"}
|
||||
loadingText="Continuing..."
|
||||
>
|
||||
Continue
|
||||
|
||||
Reference in New Issue
Block a user