Update la-banquise/script.js #3

Merged
Ghost merged 1 commits from napo280-patch-1 into main 2025-04-15 15:12:44 +02:00

View File

@ -5,6 +5,8 @@ tile.remove();
const tiles = [ const tiles = [
{ name: "Notre wiki", href: "https://wiki.la-banquise.fr" }, { name: "Notre wiki", href: "https://wiki.la-banquise.fr" },
{ name: "Notre git", href: "https://git.la-banquise.fr" }, { 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" },
] ]
tiles.forEach((info) => { tiles.forEach((info) => {