Skip to content

Commit

Permalink
Sumo grabrfi, oculto utoppia
Browse files Browse the repository at this point in the history
  • Loading branch information
ferminrp committed Feb 28, 2024
1 parent 0209bb8 commit 088d9ec
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions src/pages/cuentas-usa.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ const accounts = [
{
name: 'Dolarapp',
logo: 'https://ik.imagekit.io/ferminrp/dolarapp.png?updatedAt=1709130134048',
url: 'https://dolarapp.com/en-AR',
url: 'https://www.dolarapp.com/referrals/ar_referral?referralCode=ferminrp_W8d',
attributes: {
'Comisión por recibir': '0%',
'Comisión por extraer': '3%',
'Comisión por recibir': 'U$S 3',
'Comisión por extraer': '0%',
'Cuenta USA a tu nombre': true,
'Extracciones en pesos': true,
Rendimientos: false,
'Tarjeta Virtual': false,
'Tarjeta Física': false
},
Expand All @@ -35,23 +34,36 @@ const accounts = [
}
},
{
name: 'Utoppia',
logo: 'https://ik.imagekit.io/ferminrp/utoppia.png?updatedAt=1709121463821',
url: 'https://www.utoppia.com/',
name: 'Grabrfi',
logo: 'https://ik.imagekit.io/ferminrp/grabrfi.jpeg?updatedAt=1709138465494',
url: 'https://www.grabrfi.com/es',
attributes: {
'Comisión por recibir': '0%',
'Comisión por extraer': '3%',
'Comisión por extraer': '0%',
'Cuenta USA a tu nombre': true,
'Extracciones en pesos': true,
'Extracciones en pesos': false,
Rendimientos: false,
'Tarjeta Virtual': false,
'Tarjeta Física': false
}
} /* OCULTADO HASTA QUE VUELVAN A ABRIR CUENTAS
{
name: 'Utoppia',
logo: 'https://ik.imagekit.io/ferminrp/utoppia.png?updatedAt=1709121463821',
url: 'https://www.utoppia.com/',
attributes: {
'Comisión por recibir': '0%',
'Comisión por extraer': '0%',
'Cuenta USA a tu nombre': true,
'Tarjeta Virtual': true,
'Tarjeta Física': false,
'Extracciones en pesos': false
},
subscription: {
Costo: 'U$S 4,99',
Rendimientos: '4.5%'
}
}
}*/
]
const booleanToSVG = (value) =>
Expand Down

0 comments on commit 088d9ec

Please sign in to comment.