Skip to content

Commit

Permalink
### 3.0.108 in PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jan 31, 2024
1 parent f5f75df commit 0e209b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# chat21-ionic ver 3.0

### 3.0.108 in PROD

### 3.0.108.rc.1
- added: brandService to manage remote resources
- added: brandSrc env property
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,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.0.108-rc.1",
"version": "3.0.108",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/brand/brand.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class BrandService {
BASE_LOGO_WHITE_NO_TEXT:"",
COMPANY_NAME: "Tiledesk",
COMPANY_SITE_NAME:"tiledesk.com",
COMANY_SITE_URL:"https://www.tiledesk.com",
COMPANY_SITE_URL:"https://www.tiledesk.com",
CONTACT_US_EMAIL: "[email protected]",
COMPANY_PRIMARY_COLOR:""
}
Expand Down

0 comments on commit 0e209b4

Please sign in to comment.