Skip to content

Commit

Permalink
adding webhook form widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewwiss committed Dec 12, 2024
1 parent ed97ecb commit 6c2ecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en" className={`${config.mode === 'dark' ? 'bg-background-950': 'bg-white'}`}>
<script async src="http://localhost:3001/feedback-widget.js"></script>
<script defer async data-id="675a35dfb3ed83bffc9d07e9" src="https://script.webhookforms.com/script.js"></script>
<body className={`${config.mode === 'dark' ? 'dark': ''}`}>
{children}
</body>
Expand Down

0 comments on commit 6c2ecd7

Please sign in to comment.