Skip to content

Commit

Permalink
fix: JCasC link text
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
  • Loading branch information
heurtematte committed Aug 6, 2024
1 parent a795960 commit 46aab07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/gen-jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ document.addEventListener('DOMContentLoaded', function() {
if (header) {
let newLink = document.createElement('a');
newLink.href = 'https://github.com/eclipse-cbi/jiro/blob/master/instances/${fullName}/target/config.json';
newLink.textContent = 'JIRO';
newLink.textContent = 'JCasC Source';
newLink.style = 'color: white; border-left: 1px solid white; padding-left: 1em; font-size: 1.1em; position: relative; top: 0.2em; left: -1.6em;';
newLink.target = '_blank';
newLink.title = 'JIRO Configuration as Code';
newLink.title = 'JIRO JCasC Configuration as Code';
header.appendChild(newLink);
} else {
console.log('Element with class "header" not found.');
Expand Down

0 comments on commit 46aab07

Please sign in to comment.