forked from chat21/chat21-ionic
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gabriele Panico
committed
Feb 1, 2024
1 parent
52b46ed
commit adbdabf
Showing
7 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ export class BrandService { | |
BASE_LOGO_WHITE: "assets/logos/tiledesk-logo_new_white.svg", | ||
BASE_LOGO_WHITE_NO_TEXT:"", | ||
COMPANY_NAME: "Tiledesk", | ||
BRAND_NAME: "Tiledesk", | ||
COMPANY_SITE_NAME:"tiledesk.com", | ||
COMPANY_SITE_URL:"https://www.tiledesk.com", | ||
CONTACT_US_EMAIL: "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ export const LOGOS_ITEMS: { [key: string] : { label: string, icon: string }} ={ | |
|
||
export const BRAND_BASE_INFO: { [key: string] : any} ={ | ||
COMPANY_NAME: "Tiledesk", | ||
BRAND_NAME: "Tiledesk", | ||
COMPANY_SITE_NAME:"tiledesk.com", | ||
COMPANY_SITE_URL:"https://www.tiledesk.com", | ||
CONTACT_US_EMAIL: "[email protected]", | ||
|