mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Update loadProjects.js
This commit is contained in:
@@ -35,7 +35,7 @@ function addItem (item)
|
|||||||
|
|
||||||
let head = document.createTextNode(item.name);
|
let head = document.createTextNode(item.name);
|
||||||
let desc = document.createTextNode(item.description);
|
let desc = document.createTextNode(item.description);
|
||||||
repo.innerHTML = "GitHub";
|
repo.innerHTML = "Repository";
|
||||||
repo.href = item.html_url;
|
repo.href = item.html_url;
|
||||||
|
|
||||||
heading.appendChild(head);
|
heading.appendChild(head);
|
||||||
|
|||||||
Reference in New Issue
Block a user