first push
This commit is contained in:
parent
3a6de8d774
commit
532bc6d63a
@ -7,11 +7,12 @@ const tiles = [
|
|||||||
{ 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: "Panel jeux", href: "https://panel.la-banquise.fr" },
|
||||||
{ name: "Discord", href: "https://discord.gg/QQWwzX5ptY" },
|
{ 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) => {
|
newTile.querySelectorAll(".item-name").forEach((el) => {
|
||||||
el.innerText = info.name;
|
el.innerText = info.name;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user