Skip to content

Commit

Permalink
logo not showing on other pages bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
toniskobic committed Sep 5, 2023
1 parent 293c1f9 commit 5531bfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<path d="M120-240v-60h720v60H120Zm0-210v-60h720v60H120Zm0-210v-60h720v60H120Z" />
</svg>
</div>
<div *ngIf="logoSrc" class="logo-wrapper">
<div class="logo-wrapper">
<img class="logo" [src]="logoSrc" />
</div>
<ul
Expand Down Expand Up @@ -44,7 +44,7 @@
<path d="M120-240v-60h720v60H120Zm0-210v-60h720v60H120Zm0-210v-60h720v60H120Z" />
</svg>
</div>
<div *ngIf="logoSrc" class="logo-wrapper">
<div class="logo-wrapper">
<img id="logo" class="logo" [src]="logoSrc" />
</div>
<ul>
Expand Down

0 comments on commit 5531bfb

Please sign in to comment.