Skip to content

Commit

Permalink
Improves the widget preview available in the widget setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Jan 30, 2025
1 parent 6a6c75c commit 56d8bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/widget-home-preview/widget-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<!-- <img *ngIf="!hasOwnLogo" style="height: 32px; width: auto;margin-bottom: 20px;" alt="logo"
src="https://tiledesk.com/tiledesk-logo-white.png/"> -->
<!-- height: 55px; width: auto;margin-bottom: 20px; -->
<img *ngIf="!hasOwnLogo" style="height:auto; width: auto;margin-bottom: 20px;max-width: 70px;max-height: 55px;" alt="logo"
<img *ngIf="!hasOwnLogo" style="height:auto; width: auto;max-width: 70px;max-height: 55px;" alt="logo"
[src]="widgetLogoURL ">
<img *ngIf="hasOwnLogo" style="height:auto; width: auto;margin-bottom: 20px;max-width: 70px;max-height: 55px;" alt="myLogo"
<img *ngIf="hasOwnLogo" style="height:auto; width: auto;max-width: 70px;max-height: 55px;" alt="myLogo"
[src]="logoUrl">
</div>

Expand Down

0 comments on commit 56d8bd3

Please sign in to comment.