From e6929af1db041c21b64a752b65b72d4aa932dc9b Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Wed, 24 Jun 2026 23:04:41 +0000 Subject: [PATCH] Add Profullstack feedback widget Co-Authored-By: Claude Opus 4.8 --- apps/logicsrc-web/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/logicsrc-web/src/app/layout.tsx b/apps/logicsrc-web/src/app/layout.tsx index 3782721..e0c6735 100644 --- a/apps/logicsrc-web/src/app/layout.tsx +++ b/apps/logicsrc-web/src/app/layout.tsx @@ -86,7 +86,7 @@ export default function RootLayout({ children }: { children: ReactNode }): React src="https://crawlproof.com/stats.js" strategy="afterInteractive" /> - + ); }