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 50b9dff commit 80ea01aCopy full SHA for 80ea01a
index.html
@@ -435,7 +435,7 @@ <h2>Select an Application:</h2>
435
436
// Add GitHub repository link if available
437
if (application.github) {
438
- applicationDescription.innerHTML += `<p>Repository: <a href="${application.github}" target="_blank">${application.github}</a></p>`;
+ applicationDescription.innerHTML += `<p>Repository: .`;
439
}
440
} catch (error) {
441
console.error(error);
0 commit comments