Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Aug 7, 2024
1 parent fe260ea commit be80102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chatbot-design-studio/utils-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const BRAND_BASE_INFO: { [key: string] : string | boolean } ={
CONTACT_US_EMAIL: "[email protected]",
FAVICON: "https://tiledesk.com/wp-content/uploads/2022/07/tiledesk_v13-300x300.png",
META_TITLE:"Design Studio",
DOCS: false,
DOCS: true,
COMMUNITY_SECTION: true,
LOGOUT_ENABLED: false
}
Expand Down

0 comments on commit be80102

Please sign in to comment.