Skip to content

Commit a4ff4c5

Browse files
authored
Fix(docs): fix support license number (#1574)
1 parent 0f6544a commit a4ff4c5

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ Thank you for taking the time to improve the [LiveChat](https://www.livechat.com
44

55
## Find your case
66

7-
- [I have a problem with the LiveChat App](#i-have-a-problem-with-the-livechat-app)
8-
- [I'm building an app for the Marketplace and I got stuck](#im-building-an-app-for-the-marketplace-and-i-got-stuck)
9-
- [I found a bug/typo in your documentation](#i-found-a-bugtypo-in-your-documentation)
10-
- [I have an improvement suggestion for the docs](#i-have-an-improvement-suggestion-for-the-docs)
7+
- [Contributing to LiveChat Platform Docs](#contributing-to-livechat-platform-docs)
8+
- [Find your case](#find-your-case)
9+
- [I have a problem with the LiveChat App](#i-have-a-problem-with-the-livechat-app)
10+
- [I'm building an app for the Marketplace and I got stuck](#im-building-an-app-for-the-marketplace-and-i-got-stuck)
11+
- [I found a bug/typo in your documentation](#i-found-a-bugtypo-in-your-documentation)
12+
- [I have an improvement suggestion for the docs](#i-have-an-improvement-suggestion-for-the-docs)
1113

1214
## I have a problem with the LiveChat App
1315

14-
If you've run into problems with our LiveChat Application (setting it up, trouble with configuration, not receiving chats), [contact our 24/7 support](https://direct.lc.chat/1520/125), who specialize in solving such cases.
16+
If you've run into problems with our LiveChat Application (setting it up, trouble with configuration, not receiving chats), [contact our 24/7 support](https://direct.lc.chat/19196658/11), who specialize in solving such cases.
1517

1618
Please, don't create an issue in this repository.
1719

src/components/core/seo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function SEO({ desc, keywords, title, subtitle, robots }) {
5656
dangerouslySetInnerHTML={{
5757
__html: `
5858
window.__lc = window.__lc || {};
59-
window.__lc.license = 1520;
59+
window.__lc.license = 19196658;
6060
;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
6161
`,
6262
}}

src/pages/extending-chat-widget/customer-sdk/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ customerSDK.auth.getToken().then(token => {
4747

4848
## Questions
4949

50-
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/1520/125).
50+
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/19196658/11).
5151

5252
# How to start
5353

src/pages/extending-chat-widget/customer-sdk/v2.0/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ customerSDK.auth.getToken().then(token => {
4545

4646
## Questions
4747

48-
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/1520/125).
48+
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/19196658/11).
4949

5050
## Examples
5151

src/pages/extending-chat-widget/customer-sdk/v3.0/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ customerSDK.auth.getToken().then((token) => {
4545

4646
## Questions
4747

48-
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/1520/125).
48+
If you have any questions, you can start a chat with our [24/7 Support](https://direct.lc.chat/19196658/11).
4949

5050
# How to start
5151

0 commit comments

Comments
 (0)