Skip to content

Commit

Permalink
fix(toolbar): fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent d9216d8 commit 9778f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common/components/toolbar/toolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ng-content select="left-actions"></ng-content>
</div>
<div class="logo-container">
<img class="small-logo" src="../../../assets/logos/small_logo.png" />
<img class="small-logo" src="./assets/logos/small_logo.png" />
</div>
<div class="right-actions-container">
<ng-content select="right-actions"></ng-content>
Expand Down

0 comments on commit 9778f98

Please sign in to comment.