Skip to content

Commit 075f5a3

Browse files
authored
Merge pull request #639 from pendulum-chain/staging
Create new production release
2 parents 2d1b7c1 + 138bde1 commit 075f5a3

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

frontend/src/components/AirdropBanner/index.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ export const AirdropBanner = () => {
6262
transition={{ delay: 0.2 }}
6363
>
6464
<Trans i18nKey="components.airdropBanner.list.2">
65+
Earned rewards are sent to the blockchain network linked to your transaction.
66+
<strong>No need to claim!</strong>
67+
</Trans>
68+
</motion.li>
69+
<motion.li
70+
className="mb-2"
71+
initial={{ opacity: 0, x: -10 }}
72+
animate={{ opacity: 1, x: 0 }}
73+
transition={{ delay: 0.3 }}
74+
>
75+
<Trans i18nKey="components.airdropBanner.list.3">
6576
One reward per person, paid out every 24 hours – <strong>Check your status</strong>
6677
<a
6778
className="underline hover:text-blue-700 transition font-bold"
@@ -80,9 +91,9 @@ export const AirdropBanner = () => {
8091
className="mb-2"
8192
initial={{ opacity: 0, x: -10 }}
8293
animate={{ opacity: 1, x: 0 }}
83-
transition={{ delay: 0.3 }}
94+
transition={{ delay: 0.4 }}
8495
>
85-
<Trans i18nKey="components.airdropBanner.list.3">
96+
<Trans i18nKey="components.airdropBanner.list.4">
8697
Your trust matters – <strong>Vortex is </strong>
8798
<a
8899
className="underline hover:text-blue-700 transition font-bold"

frontend/src/translations/en.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@
184184
"description": "Buy or sell USDT/C from just R$5 - get 20 USDT for FREE",
185185
"button": "More info",
186186
"list": {
187-
"1": "<1>All eligible users get 10 USDT</1> - the first 100 receive a 10 USDT bonus, totaling 20 USDT. Rewards go to your wallet on Base or AssetHub.",
188-
"2": "One reward per person, paid out every day - <1>check your status</1> <2>here</2>.",
189-
"3": "Your trust matters - <1>Vortex is</1> <2>open source</2> for full transparency."
187+
"1": "<1>All eligible users get 10 USDT</1> - the first 100 receive a 10 USDT bonus, totaling 20 USDT.",
188+
"2": "Earned rewards are sent directly to your wallet. <1>No need to claim!</1>",
189+
"3": "One reward per person, paid out every day - <1>check your status</1> <2>here</2>.",
190+
"4": "Your trust matters - <1>Vortex is</1> <2>open source</2> for full transparency."
190191
}
191192
},
192193
"emailForm": {

frontend/src/translations/pt.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,10 @@
184184
"description": "Compre ou venda USDT/C por apenas R$5 - receba 20 USDT de graça!",
185185
"button": "Mais informações",
186186
"list": {
187-
"1": "<1>Todos os usuários elegíveis recebem 10 USDT</1> - os primeiros 100 recebem um bônus de 10 USDT, totalizando 20 USDT. Recompensas vão para sua carteira na Base ou AssetHub.",
188-
"2": "Uma recompensa por pessoa, paga diariamente – <1>confira seu status</1> <2>aqui</2>.",
189-
"3": "Sua confiança é importante – <1>o Vortex é</1> <2>open source</2> para total transparência."
187+
"1": "<1>Todos os usuários elegíveis recebem 10 USDT</1> - os primeiros 100 recebem um bônus de 10 USDT, totalizando 20 USDT.",
188+
"2": "As recompensas ganhas são enviadas diretamente para sua carteira. <1>Não é necessário reivindicar!</1>",
189+
"3": "Uma recompensa por pessoa, paga diariamente – <1>confira seu status</1> <2>aqui</2>.",
190+
"4": "Sua confiança é importante – <1>o Vortex é</1> <2>open source</2> para total transparência."
190191
}
191192
},
192193
"emailForm": {

0 commit comments

Comments
 (0)