update link
parent
f3dfc5ec7b
commit
6f952d3847
|
@ -43,10 +43,16 @@ export default function RootLayout({
|
||||||
<body className="flex h-full flex-col">
|
<body className="flex h-full flex-col">
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
{/* <script
|
||||||
src="https://chatwunder.de/api/chat/embed/cm4zw3ob3000dvr10ocy0ze29?buttonColor=3b82f6&iconColor=ffffff"
|
src="https://chatwunder.de/api/chat/embed/cm4zw3ob3000dvr10ocy0ze29?buttonColor=3b82f6&iconColor=ffffff"
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
defer
|
defer
|
||||||
|
></script> */}
|
||||||
|
|
||||||
|
<script
|
||||||
|
src="https://saas-chatbots-chat-front.ex.umbach.dev/api/chat/embed/cm9d9qiuc0005vr2r798t6q5i?buttonColor=3b82f6&iconColor=ffffff"
|
||||||
|
type="text/javascript"
|
||||||
|
defer
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
{process.env.NODE_ENV === 'production' && (
|
{process.env.NODE_ENV === 'production' && (
|
||||||
|
|
Loading…
Reference in New Issue