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

[Sweep GHA Fix] Fix failing GitHub Actions #6646

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading