We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7b8bc commit 0b9e2a5Copy full SHA for 0b9e2a5
1 file changed
website/pages/front.tsx
@@ -8,7 +8,7 @@ import ExampleLinks from '../components/exampleLinks'
8
const Page: NextPage = () => (
9
<LiveChatLoaderProvider
10
provider="front"
11
- providerKey="68cdc08b45c2d546d827398bb8d0d857"
+ providerKey="b2b8dcd0c63c934d363e6704cfa6af86"
12
>
13
<Layout title="React Live Chat Loader: Front">
14
<div className="wrapper">
@@ -25,7 +25,7 @@ const Page: NextPage = () => (
25
<ExampleLinks />
26
</div>
27
28
- <Front color="#6366f1" />
+ <Front />
29
</Layout>
30
</LiveChatLoaderProvider>
31
)
0 commit comments