This commit is contained in:
parent
a91e7967b4
commit
01ab567df8
BIN
website/assets/binkies/sillylairdb.png
Normal file
BIN
website/assets/binkies/sillylairdb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -16,6 +16,7 @@ const binky = [
|
|||
["https://satorikeiko.surge.sh", "satorikeiko.png"],
|
||||
["https://nekoaerospace.nekoweb.org", "nekoaerospace.png"],
|
||||
["https://derg.rest", "tom.png"],
|
||||
["https://sillylaird.nekoweb.org/", "sillylairdb.png"]
|
||||
];
|
||||
|
||||
binky.forEach((z) => {
|
||||
|
@ -23,7 +24,7 @@ binky.forEach((z) => {
|
|||
a.href = z[0];
|
||||
a.ariaLabel = `${z[1]}'s website`;
|
||||
a.className = "hasBadge";
|
||||
|
||||
|
||||
const img = document.createElement("img");
|
||||
img.src = `/assets/binkies/${z[1]}`;
|
||||
img.width = 88;
|
||||
|
|
Loading…
Reference in a new issue