Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: Updated src/pages/partners/payment-agent/_wh
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 16, 2024
1 parent 659c715 commit 4dd178f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/partners/payment-agent/_who-can-apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
SecondaryHeader,
} from '../affiliate-ib/_who-can-apply'
import { Flex } from 'components/containers'
import { Localize } from 'components/localization'
import { Localize, useRegion } from 'components/localization'
import { Header, LocalizedLinkText, Timeline } from 'components/elements'
import { LinkButton } from 'components/form'
import CurrencyExchange from 'images/svg/partners/currency_exchange.svg'
Expand Down Expand Up @@ -45,7 +45,7 @@ const HowToApply = styled(Col)`
max-width: 48.6rem;
@media ${device.laptop} {
padding-left: 8px;
padding-left: 8px; padding-top: 8px;
}
`
const HowToApplyContent = styled.div`
Expand Down

0 comments on commit 4dd178f

Please sign in to comment.