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 db9f9ec commit 1b38b2eCopy full SHA for 1b38b2e
apps/sim/app/layout.tsx
@@ -36,14 +36,14 @@ export default function RootLayout({ children }: { children: React.ReactNode })
36
<head>
37
{isReactGrabEnabled && (
38
<Script
39
- src='//unpkg.com/react-grab/dist/index.global.js'
+ src='https://unpkg.com/react-grab/dist/index.global.js'
40
crossOrigin='anonymous'
41
strategy='beforeInteractive'
42
/>
43
)}
44
45
46
- src='//unpkg.com/@react-grab/cursor/dist/client.global.js'
+ src='https://unpkg.com/@react-grab/cursor/dist/client.global.js'
47
strategy='lazyOnload'
48
49
0 commit comments