Skip to content

Commit

Permalink
Move logo
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Mar 2, 2025
1 parent ca0176a commit 25647d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.

This file was deleted.

19 changes: 4 additions & 15 deletions core/src/main/resources/lib/layout/header/logo.jelly
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<div class="page-header__brand">
<div class="logo">
<a id="jenkins-home-link" href="${rootURL}/">
<img id="jenkins-head-icon" src="${imagesURL}/svgs/logo.svg" alt="[${logoAlt}]" />
<img id="jenkins-name-icon" src="${imagesURL}/title.svg" alt="${title}" width="139" height="34" />
</a>
</div>

<a class="page-header__brand-link" href="${rootURL}/">
<img src="${imagesURL}/svgs/logo.svg"
alt="[${logoAlt}]"
class="page-header__brand-image" />
<span class="page-header__brand-name">Jenkins</span>
</a>
</div>
<span class="app-jenkins-logo">
<img id="jenkins-head-icon" src="${imagesURL}/svgs/logo.svg" aria-hidden="true" />
<span class="jenkins-mobile-hide">Jenkins</span>
</span>
</j:jelly>

0 comments on commit 25647d6

Please sign in to comment.