Skip to content

Commit

Permalink
Update info-gatos.js
Browse files Browse the repository at this point in the history
Correccion de errores
  • Loading branch information
NicoPauer authored Aug 20, 2023
1 parent f9eafd1 commit 5fe7824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info-gatos.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function obtenerColor(nombre)
si ya está en hexadecimal lo devuelve sino lo traduce */
let color = "";
// Convierto nombre a minuscula
let nombre = nombre.toLowerCase();
nombre = nombre.toLowerCase();
if (nombre[0] === "#")
{
// Verifico si ya está en hexadecimal
Expand Down

0 comments on commit 5fe7824

Please sign in to comment.