Skip to content

Commit 0b9e2a5

Browse files
committed
Update provider key to Calibre test account
1 parent 4e7b8bc commit 0b9e2a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/pages/front.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import ExampleLinks from '../components/exampleLinks'
88
const Page: NextPage = () => (
99
<LiveChatLoaderProvider
1010
provider="front"
11-
providerKey="68cdc08b45c2d546d827398bb8d0d857"
11+
providerKey="b2b8dcd0c63c934d363e6704cfa6af86"
1212
>
1313
<Layout title="React Live Chat Loader: Front">
1414
<div className="wrapper">
@@ -25,7 +25,7 @@ const Page: NextPage = () => (
2525
<ExampleLinks />
2626
</div>
2727
</div>
28-
<Front color="#6366f1" />
28+
<Front />
2929
</Layout>
3030
</LiveChatLoaderProvider>
3131
)

0 commit comments

Comments
 (0)