Skip to content

Commit

Permalink
Merge branch 'release-3.x.x' into TASK-6933
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes authored Oct 25, 2024
2 parents 7102132 + a7fbe53 commit 5659a17
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 211 deletions.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/layouts/custom-navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class CustomNavBar extends LitElement {
<div class="navbar-brand d-flex justify-content-center align-items-center me-n1" style="height: 2.5rem;">
<!-- Application logo provided -->
${this.app?.logo ? html`
<img class="d-inline-block" src="${this.app?.logo}" alt="App logo">
<img class="d-inline-block" src="${this.app?.logo}" alt="App logo" style="height:1.3em;">
` : nothing}
<!-- No application logo provided -->
${!this.app?.logo && this.app?.name ? html`
Expand Down
Loading

0 comments on commit 5659a17

Please sign in to comment.