Skip to content

Commit

Permalink
add kapa script
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Dec 4, 2024
1 parent 50575e3 commit 61d43fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
data-api="https://plausible.io/api/event"
src="https://plausible.io/js/script.tagged-events.js"
/>
<Script
async
src="https://widget.kapa.ai/kapa-widget.bundle.js"
data-website-id="ec502f3e-ef02-4b03-b345-160b3e2b6a0c"
data-button-hide // do not render kapa ai button
data-modal-override-open-class="kapa-ai-class" // all elements with this class will open the kapa ai modal
data-project-name="Sentry"
data-project-color="#6A5FC1"
data-project-logo="https://docs.sentry.io/_next/static/media/sentry-logo-dark.fc8e1eeb.svg"
data-font-family="var(--font-rubik)"
/>
</html>
);
}

0 comments on commit 61d43fe

Please sign in to comment.