Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
signados authored Oct 16, 2024
1 parent 28b5387 commit 94f7074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const data = [
},
{
type: "Tema",
name: "Introducción a programación (Terminal, Entornos de desarrollo, Python, Gestor de paquetes, Entorno virtual, SCRUM).",
name: "Introducción a programación (Terminal, Entornos de desarrollo (Pycharn, Jupyter, Colab, etc.), Python (Variables, funciones, gestor de paquetes, entorno virtual, etc.). SCRUM / VUCA).",
start: 1,
end: 1,
},
Expand Down Expand Up @@ -173,4 +173,4 @@ function generateGantt() {

// Set a fixed width for the table
table.style.width = `${weeks * 30 + 200}px`; // 30px per week + 200px for the first column
}
}

0 comments on commit 94f7074

Please sign in to comment.