Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
move affiliate banner to the top (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirotw authored Jan 27, 2022
1 parent 6bf8ed7 commit d797d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/pages/Profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function Profile() {

return (
<Container>
{chainId && chainId === ChainId.MAINNET && <AffiliateStatusCheck />}
<ProfileWrapper>
<ProfileGridWrap horizontal>
<CardHead>
Expand All @@ -71,7 +72,6 @@ export default function Profile() {
{IS_CLAIMING_ENABLED && vCowBalance && <VCOWDropdown balance={vCowBalance} />}
</ProfileGridWrap>
</ProfileWrapper>
{chainId && chainId === ChainId.MAINNET && <AffiliateStatusCheck />}
<Wrapper>
<GridWrap>
<CardHead>
Expand Down

0 comments on commit d797d68

Please sign in to comment.