Skip to content
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
3 changes: 3 additions & 0 deletions frontend/src/sections/PopularTokens/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const tokens: Array<{ name: string; assetIcon: string }> = [
{ name: 'USDC', assetIcon: 'usdc' },
{ name: 'USDC.e', assetIcon: 'usdc' },
{ name: 'USDT', assetIcon: 'usdt' },
{ name: 'BRLA', assetIcon: 'brl' },
{ name: 'ARS', assetIcon: 'ars' },
{ name: 'EURC', assetIcon: 'eurc' },
];

const networks = Object.values(Networks).filter(
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"sections": {
"whyVortex": {
"title": "Sell Crypto the secure Way",
"title": "Buy & Sell Crypto the secure Way",
"description": "Vortex is a non-custodial exchange that allows you to swap between different cryptocurrencies. It is built on top of the Stellar blockchain and uses the Stellar SDK to interact with the Stellar network.",
"features": {
"lowFees": {
Expand All @@ -86,7 +86,7 @@
},
"easyToUse": {
"title": "Easy to Use",
"description": "Sell your crypto easily without the need for a centralized exchange."
"description": "Buy & Sell your crypto easily without the need for a centralized exchange."
},
"securityFirst": {
"title": "Security First, Always",
Expand Down Expand Up @@ -114,7 +114,7 @@
}
},
"pitch": {
"title": "Sell <1>Stablecoins</1> and receive <br class='hidden sm:block' /> the money directly in your Bank Account",
"title": "Buy & Sell <1>Stablecoins</1> - <br class='hidden sm:block' /> directly with your Bank Account",
"description": "Complete everything in one simple step. With our trusted local partners, <br class='hidden sm:block' /> enjoy fast, secure transactions and the best rates in the market."
},
"howToSell": {
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"sections": {
"whyVortex": {
"title": "Venda criptomoedas com segurança",
"title": "Compre e Venda criptomoedas com segurança",
"description": "A Vortex é uma plataforma de troca não custodial, permitindo que você negocie diversas criptomoedas com facilidade.",
"features": {
"lowFees": {
Expand All @@ -86,7 +86,7 @@
},
"easyToUse": {
"title": "Simples de usar",
"description": "Venda suas criptomoedas facilmente sem a necessidade de uma exchange centralizada."
"description": "Compre e Venda suas criptomoedas facilmente sem a necessidade de uma exchange centralizada."
},
"securityFirst": {
"title": "Priorizamos sua segurança acima de tudo",
Expand Down Expand Up @@ -114,7 +114,7 @@
}
},
"pitch": {
"title": "Venda <1>Stablecoins</1> e receba <br class='hidden sm:block' /> o dinheiro diretamente na sua Conta Bancária",
"title": "Compre e Venda <1>Stablecoins</1> - <br class='hidden sm:block' /> diretamente com sua conta bancária",
"description": "Complete tudo em uma única etapa simples. Com nossos parceiros locais confiáveis, <br class='hidden sm:block' /> desfrute de transações rápidas, seguras e as melhores taxas do mercado."
},
"howToSell": {
Expand Down
Loading