Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/theme/KapaWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ function injectKapaScript() {
script.setAttribute("data-website-id", "e89e7663-df2c-4c7f-974a-1bf8accdd615")
script.setAttribute("data-project-name", "Ory")
script.setAttribute("data-project-color", "#1A237E")
script.setAttribute("data-view-mode", "sidebar")
script.setAttribute(
"data-modal-disclaimer",
"By utilizing this chatbot, you consent to the collection and transmission of data to kapa.ai, which may include your IP address. Please be advised that your privacy and data protection are of utmost importance to us. We assure you that any data collected will be handled in compliance with applicable laws and regulations. For further details on how your data is processed and used, we encourage you to review our Privacy Policy. If you do not agree with these terms, we kindly request that you refrain from using this chatbot.",
)
script.setAttribute("data-modal-title", "Ory AI Copilot")
script.setAttribute("data-modal-title", "Ask AI")
script.setAttribute("data-button-text", "Ask AI")
script.setAttribute("data-project-logo", "/docs/img/kapa-logo.png")
script.setAttribute("data-consent-required", "true")
Expand Down
Loading