Skip to content

Commit

Permalink
Merge branch 'master' into features/NEW-IMPROVEMENTS-PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Feb 3, 2025
2 parents abf5f05 + 2723df9 commit f1df414
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tiledesk-dashboard

### 2.7.68
- Fixes logo position in widget setup page preview

### 2.7.67
- Improves the widget preview available in the widget setup page

### 2.7.66
- Removes the free plan for the new sign ups

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tiledesk/tiledesk-dashboard",
"version": "2.7.66",
"version": "2.7.68",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
Expand Down
5 changes: 3 additions & 2 deletions src/app/widget-home-preview/widget-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
line-height: 52px;">
<!-- <img *ngIf="!hasOwnLogo" style="height: 32px; width: auto;margin-bottom: 20px;" alt="logo"
src="https://tiledesk.com/tiledesk-logo-white.png/"> -->
<img *ngIf="!hasOwnLogo" style="height: 55px; width: auto;margin-bottom: 20px;" alt="logo"
<!-- height: 55px; width: auto;margin-bottom: 20px; -->
<img *ngIf="!hasOwnLogo" style="height:auto; width: auto;max-width: 70px;max-height: 55px;" alt="logo"
[src]="widgetLogoURL ">
<img *ngIf="hasOwnLogo" style="height: 55px; width: auto;margin-bottom: 20px;" 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 f1df414

Please sign in to comment.