Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Oct 30, 2024
1 parent 1c88f82 commit 3451a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/rewards/login/steps/LoginStepContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const LoginStepContent = ({ goNext, closeModal }: Props) => {
</Box>
) }
{ isAddressMismatch && (
<Alert status="warning" mt={ 4 }>
<Alert status="warning" mb={ 4 }>
Your wallet address doesn{ apos }t match the one in your Blockscout account. Please connect the correct wallet.
</Alert>
) }
Expand Down

0 comments on commit 3451a0a

Please sign in to comment.