Skip to content

Commit 5d6f457

Browse files
authored
chore(platform): Update disclaimer text for chatbot (#12331)
1 parent 3b8ae85 commit 5d6f457

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,8 @@ body {
160160
opacity: 1;
161161
}
162162
}
163+
164+
#kapa-widget-portal a[href="https://sentry.io/privacy/"]
165+
{
166+
color: rgb(134, 142, 150) !important;
167+
}

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
5656
data-project-color="#6A5FC1"
5757
data-project-logo="https://avatars.githubusercontent.com/u/1396951?s=280&v=4"
5858
data-font-family="var(--font-rubik)"
59-
data-modal-disclaimer="Disclaimer: Welcome to our knowledge search bot! While we'd love to be able to answer all your questions, please remember this is a tool for searching our publicly available sources and not a support forum. Don't include any sensitive or personal information in your queries. For more on how Sentry handles your data, see our [Privacy Policy](https://sentry.io/privacy/). This form is protected by reCAPTCHA. Google's Privacy Policy and Google's Terms of Service apply."
59+
data-modal-disclaimer="Please note: This is a tool that searches publicly available sources. Do not include any sensitive or personal information in your queries. For more on how Sentry handles your data, see our [Privacy Policy](https://sentry.io/privacy/)."
6060
data-modal-example-questions="How to set up Sentry for Next.js?,What are tracePropagationTargets?"
6161
/>
6262
</body>

0 commit comments

Comments
 (0)