Skip to content

Commit

Permalink
Remove duplicate button
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolelim02 committed Oct 28, 2024
1 parent f79e30c commit 593c450
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/src/pages/EmailVerification/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const EmailVerification: React.FC = () => {
onChange={(e) => setEmail(e.target.value)}
slotProps={{
input: {
endAdornment: <Button onClick={handleSendEmail}>Send</Button>,
endAdornment: <Button onClick={handleSendEmail}>Resend</Button>,
},
}}
/>
Expand All @@ -93,14 +93,6 @@ const EmailVerification: React.FC = () => {
spacing={2}
sx={(theme) => ({ marginTop: theme.spacing(4) })}
>
<Button
fullWidth
variant="contained"
color="secondary"
onClick={handleSendEmail}
>
Resend
</Button>
<Button fullWidth variant="contained" onClick={handleVerifyAcc}>
Verify
</Button>
Expand Down

0 comments on commit 593c450

Please sign in to comment.