Skip to content

Commit

Permalink
NO-ISSUE: Use the SonataFlow icon in the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Dec 13, 2024
1 parent ea1866d commit 7278779
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antora/supplemental-ui/css/navbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.navbar {
background: #085870 !important;
background: #0476d0 !important;
}
Binary file modified antora/supplemental-ui/img/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion antora/supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="navbar-brand">
<div class="navbar-item">
<a href="{{{or site.url (or siteRootUrl siteRootPath)}}}">
<img src="{{{uiRootPath}}}/img/kogitoLogo_default_64px.png" height="50px" alt="Kogito logo"/>
<img src="{{{uiRootPath}}}/img/sonata-flow-color-justlogo.png" height="50px" alt="SonataFlow logo"/>
</a>
<a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">
{{site.title}}
Expand Down

0 comments on commit 7278779

Please sign in to comment.