diff --git a/app/app/layout.tsx b/app/app/layout.tsx index 648acfb..9d8dd28 100644 --- a/app/app/layout.tsx +++ b/app/app/layout.tsx @@ -6,6 +6,7 @@ import { Footer } from '@/components/footer' import { ThemeProvider } from '@/components/ThemeProvider' import { GoogleAnalytics } from '@next/third-parties/google' import Navbar from '@/components/navbar' +import { DisclaimerBanner } from '@/components/disclaimer-banner' const inter = Inter({ subsets: ['latin'] }) @@ -50,6 +51,7 @@ export default function RootLayout({
+ This tool has not been audited and is provided as a proof of concept. + Use at your own risk per our{" "} + + Terms of Service + + . Where possible, you should{" "} + + run this tool locally + + . +
+