diff --git a/src/custom/pages/Claim/ClaimAddress.tsx b/src/custom/pages/Claim/ClaimAddress.tsx index fa1aa75a2..20730144f 100644 --- a/src/custom/pages/Claim/ClaimAddress.tsx +++ b/src/custom/pages/Claim/ClaimAddress.tsx @@ -54,12 +54,6 @@ export default function ClaimAddress({ account, toggleWalletModal }: ClaimAddres - {!account && ( - - {buttonLabel} - - )} - {showInputError && ( @@ -67,6 +61,12 @@ export default function ClaimAddress({ account, toggleWalletModal }: ClaimAddres )} + + {!account && ( + + {buttonLabel} + + )} ) } diff --git a/src/custom/pages/Claim/styled.ts b/src/custom/pages/Claim/styled.ts index cb3f6f72c..870d02698 100644 --- a/src/custom/pages/Claim/styled.ts +++ b/src/custom/pages/Claim/styled.ts @@ -866,7 +866,8 @@ export const InputError = styled.div` ` export const InputErrorText = styled.div` - margin: 0 0 24px; + margin: 0 0 15px; + text-align: center; ` export const InputFieldTitle = styled.div`