diff --git a/app/assets/javascripts/discourse/app/components/header/home-logo.gjs b/app/assets/javascripts/discourse/app/components/header/home-logo.gjs index 2f71654eac1..1c6a5cb1763 100644 --- a/app/assets/javascripts/discourse/app/components/header/home-logo.gjs +++ b/app/assets/javascripts/discourse/app/components/header/home-logo.gjs @@ -81,36 +81,46 @@ export default class HomeLogo extends Component {
- {{#if @minimized}} - {{#if this.logoSmallUrl}} + + {{#if @minimized}} + {{#if this.logoSmallUrl}} + + {{else}} + {{icon "home"}} + {{/if}} + {{else if this.showMobileLogo}} + {{else if this.logoUrl}} + {{else}} - {{icon "home"}} +

+ {{this.siteSettings.title}} +

{{/if}} - {{else if this.showMobileLogo}} - - {{else if this.logoUrl}} - - {{else}} -

- {{this.siteSettings.title}} -

- {{/if}} +