diff --git a/la-banquise/script.js b/la-banquise/script.js index 211c711..5bb84d8 100644 --- a/la-banquise/script.js +++ b/la-banquise/script.js @@ -7,11 +7,12 @@ const tiles = [ { name: "Notre git", href: "https://git.la-banquise.fr" }, { name: "Panel jeux", href: "https://panel.la-banquise.fr" }, { name: "Discord", href: "https://discord.gg/QQWwzX5ptY" }, + { name: "Login", href: "https://auth.la-banquise.fr" }, + { name: "Change password", href: "https://ssp.la-banquise.fr" }, +] -] - -tiles.forEach((info) => { - const newTile = tile.cloneNode(true); +tiles.forEach((info) => { + const newTile = tile.cloneNode(true); newTile.querySelectorAll(".item-name").forEach((el) => { el.innerText = info.name; });