Skip to content

Commit

Permalink
Ensure navbar logo overwrite only when appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Jul 28, 2023
1 parent 7606494 commit dc0c3da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/app-components/addon/components/theme-styles/template.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{{!-- template-lint-disable no-bare-strings --}}
<style>
.navbar-image {
background-image: url('{{this.assets.square_color_transparent}}');
}
{{#if this.assets.square_color_transparent}}
.navbar-image {
background-image: url('{{this.assets.square_color_transparent}}');
}
{{/if}}
</style>

0 comments on commit dc0c3da

Please sign in to comment.