We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7568c commit f316e61Copy full SHA for f316e61
apps/docs/app/layout.tsx
@@ -91,7 +91,7 @@ export default function Layout({ children }: { children: ReactNode }) {
91
lang="en"
92
suppressHydrationWarning
93
>
94
- <Databuddy clientId="OXmNQsViBT-FOS_wZCTHc" trackErrors trackAttributes trackOutgoingLinks trackWebVitals/>
+ <Databuddy clientId="OXmNQsViBT-FOS_wZCTHc" trackErrors trackAttributes trackOutgoingLinks trackWebVitals />
95
<body>
96
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
97
<RootProvider>
0 commit comments