Skip to content

Commit

Permalink
fixed sidenav logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AppsusUK committed Sep 30, 2021
1 parent ca7f047 commit acf66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/side-nav/side-nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Title -->

<div fxLayout="row" fxlayoutAlign="start center" fxLayoutGap="12px" style="padding:16px; user-select: none;">
<img src="/assets/icons/logo.svg" height="18px">
<img src="assets/icons/logo.svg" height="18px">
<span style="font-size: 14px; color:white; font-weight: 900; min-width: 185px;" *ngIf="isExpanded;">Appsus NFT Art Generator</span>
</div>

Expand Down

0 comments on commit acf66ee

Please sign in to comment.