Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

yashim/fix: update payment agents page #1355

Merged
merged 2 commits into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions src/images/svg/icon-loudspeaker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions src/pages/partners/payment-agent/_your-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { Container, SectionContainer, Flex, CssGrid } from 'components/container
import { localize } from 'components/localization'
import { Header, Text } from 'components/elements'
// SVG
import CloseAccount from 'images/svg/pa-close-account.svg'
import Comission from 'images/svg/pa-comission.svg'
import LoudSpeaker from 'images/svg/icon-loudspeaker.svg'
import WithdrawDeposit from 'images/svg/pa-withdraw-deposit.svg'
import OpenAccount from 'images/svg/pa-open-account.svg'
import CloseAccount from 'images/svg/pa-close-account.svg'

const Card = styled(Flex)`
padding: 3.2rem;
Expand Down Expand Up @@ -52,8 +52,12 @@ const YourControl = () => {
</CardText>
</Card>
<Card>
<img src={OpenAccount} alt="open account" />
<CardText>{localize('Open an agency account with just $200.')}</CardText>
<img src={LoudSpeaker} alt="promote services" />
<CardText>
{localize(
'Choose which countries to service, and promote your services your way.',
)}
</CardText>
</Card>
<Card>
<img src={WithdrawDeposit} alt="withdraw deposit" />
Expand Down