Skip to content

Commit

Permalink
Update welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
FPT-NMTung committed May 15, 2024
1 parent b555ec2 commit 0ea5cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/welcomePage/Welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Welcome = () => {
onClick={handleClickButton}
isLoading={isChecking}
>
{isChecking && buttonContent[stateButton]}
{!isChecking && buttonContent[stateButton]}
</Button>
<Spacer y={14}/>
<div className={'flex flex-col items-center justify-center'}>
Expand Down

0 comments on commit 0ea5cdc

Please sign in to comment.