Update loadProjects.js

This commit is contained in:
Stone-Red-Code
2021-05-04 09:37:05 +02:00
parent be9dff280a
commit 7d5f112687
+1 -1
View File
@@ -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);