Skip to content

Commit

Permalink
feat(apps/faq): add mava script
Browse files Browse the repository at this point in the history
  • Loading branch information
LufyCZ committed Jan 15, 2025
1 parent 3a31376 commit 9bf3dae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/web/src/app/(cms)/faq/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
import Script from 'next/script'
import { Suspense } from 'react'

export default function Layout({ children }: { children: React.ReactNode }) {
return (
<>
<Script
defer
strategy="lazyOnload"
src="https://widget.mava.app"
widget-version="v2"
id="MavaWebChat"
enable-sdk="false"
data-token="13a77dff2927f04aff517c51da8b35e921d69ecd86b5879ce2a7e747c71a646b"
/>
<Suspense>{children}</Suspense>
</>
)
Expand Down

0 comments on commit 9bf3dae

Please sign in to comment.