From 1593f481602dc993c8d6b9fabd86e7b1558ac716 Mon Sep 17 00:00:00 2001 From: skaf-coding Date: Wed, 13 Mar 2024 02:46:50 +0100 Subject: [PATCH] =?UTF-8?q?Cambiar=20orden=20boxeadores=20para=20que=20que?= =?UTF-8?q?de=20sim=C3=A9trica=20la=20vista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/consts/boxers.ts | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/consts/boxers.ts b/src/consts/boxers.ts index 2cdccf113..1328f0310 100644 --- a/src/consts/boxers.ts +++ b/src/consts/boxers.ts @@ -9,6 +9,15 @@ interface Boxer { } export const BOXERS: Boxer[] = [ + { + id: "zeling", + name: "Zeling", + realName: "Alicia González", + age: 28, + weight: 65, // No encontrado + height: 1.7, // No es seguro + country: "es", + }, { id: "el-mariana", name: "El Mariana", @@ -18,6 +27,15 @@ export const BOXERS: Boxer[] = [ height: 1.95, country: "mx", }, + { + id: "alana", + name: "Alana", + realName: "Alana Flores", + age: 23, + weight: 55, + height: 1.7, + country: "mx", + }, { id: "plex", name: "YoSoyPlex", @@ -54,24 +72,6 @@ export const BOXERS: Boxer[] = [ height: 1.58, country: "mx", }, - { - id: "alana", - name: "Alana", - realName: "Alana Flores", - age: 23, - weight: 55, - height: 1.7, - country: "mx", - }, - { - id: "zeling", - name: "Zeling", - realName: "Alicia González", - age: 28, - weight: 65, // No encontrado - height: 1.7, // No es seguro - country: "es", - }, { id: "nissaxter", name: "Nissaxter", @@ -81,15 +81,6 @@ export const BOXERS: Boxer[] = [ height: 1.64, country: "es", }, - { - id: "la-cobra", - name: "La Cobra", - realName: "Lautaro Damián del Campo", - age: 26, - weight: 105, - height: 1.83, - country: "ar", - }, { id: "guanyar", name: "Guanyar", @@ -99,6 +90,15 @@ export const BOXERS: Boxer[] = [ height: 1.88, country: "es", }, + { + id: "la-cobra", + name: "La Cobra", + realName: "Lautaro Damián del Campo", + age: 26, + weight: 105, + height: 1.83, + country: "ar", + }, { id: "agustin-51", name: "Agustin51",