Skip to content

Commit 80ea01a

Browse files
author
RASPIAUDIO
authored
Update index.html
1 parent 50b9dff commit 80ea01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ <h2>Select an Application:</h2>
435435

436436
// Add GitHub repository link if available
437437
if (application.github) {
438-
applicationDescription.innerHTML += `<p>Repository: <a href="${application.github}" target="_blank">${application.github}</a></p>`;
438+
applicationDescription.innerHTML += `<p>Repository: .`;
439439
}
440440
} catch (error) {
441441
console.error(error);

0 commit comments

Comments
 (0)