Skip to content

Commit 1e15337

Browse files
committed
Fix
1 parent d3e7311 commit 1e15337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", () => {
1717
project.classList.add("project");
1818

1919
project.innerHTML = `
20-
<img src="${data.owner?.avatar_url}" alt="${data.name}">
20+
<img src="img/logo.png" alt="${data.name}">
2121
<h3>${data.name}</h3>
2222
<p>${data.description || "No Description"}</p>
2323
<a href="${

0 commit comments

Comments
 (0)