Skip to content

Commit 0911d4d

Browse files
committed
update disclaimer text
1 parent 4b81e30 commit 0911d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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="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."
6060
data-modal-example-questions="How to set up Sentry for Next.js?,What are tracePropagationTargets?"
6161
/>
6262
</body>

0 commit comments

Comments
 (0)