We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e7311 commit 1e15337Copy full SHA for 1e15337
1 file changed
main.js
@@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", () => {
17
project.classList.add("project");
18
19
project.innerHTML = `
20
- <img src="${data.owner?.avatar_url}" alt="${data.name}">
+ <img src="img/logo.png" alt="${data.name}">
21
<h3>${data.name}</h3>
22
<p>${data.description || "No Description"}</p>
23
<a href="${
0 commit comments