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 f349eab commit 3d2cac5Copy full SHA for 3d2cac5
icpc_front/app/(icpc)/layout.jsx
@@ -106,11 +106,11 @@ export default function Layout({ children }) {
106
</noscript>
107
108
{/* Noupe Chatbot Embed */}
109
- {/* <Script
+ <Script
110
id="noupe-chatbot"
111
strategy="afterInteractive"
112
- src="https://cdn.jotfor.ms/agent/embedjs/0199e1f02d967ce59ea64f13851e763f1e80/embed.js"
113
- /> */}
+ src="https://www.noupe.com/embed/019905659e8679fbb1ba96d551a1a44d4324.js"
+ />
114
115
<Navbar open={open} hero={hero} darkSection={darkSection} />
116
<div className="max-w-screen md:-mt-[6vw] max-md:-mt-[-9vw] bg-stone-30 bg-white">
0 commit comments