Skip to content

Commit

Permalink
NO-ISSUE: Use the SonataFlow icon in the nav bar (#694)
Browse files Browse the repository at this point in the history
* NO-ISSUE: Use the SonataFlow icon in the nav bar

* Add white circled SonataFlow icon

* apply a darker blue in proposal 1 uppon suggestion
  • Loading branch information
wmedvede authored Dec 23, 2024
1 parent ea1866d commit 1990649
Show file tree
Hide file tree
Showing 5 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: #4138E0 !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.
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-circle-white.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 1990649

Please sign in to comment.