diff --git a/app/layout.tsx b/app/layout.tsx index 3d456147f5c81..b80bb12c9f03d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -57,8 +57,10 @@ export default function RootLayout({children}: {children: React.ReactNode}) { 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-project-logo="https://avatars.githubusercontent.com/u/1396951?s=280&v=4" data-font-family="var(--font-rubik)" + 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." + data-modal-example-questions="How to set up Sentry for Next.js?,What are tracePropagationTargets?" /> );