Skip to content

Commit 1b38b2e

Browse files
committed
ack comments
1 parent db9f9ec commit 1b38b2e

File tree

2 files changed

+8
-110
lines changed

2 files changed

+8
-110
lines changed

apps/sim/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ export default function RootLayout({ children }: { children: React.ReactNode })
3636
<head>
3737
{isReactGrabEnabled && (
3838
<Script
39-
src='//unpkg.com/react-grab/dist/index.global.js'
39+
src='https://unpkg.com/react-grab/dist/index.global.js'
4040
crossOrigin='anonymous'
4141
strategy='beforeInteractive'
4242
/>
4343
)}
4444
{isReactGrabEnabled && (
4545
<Script
46-
src='//unpkg.com/@react-grab/cursor/dist/client.global.js'
46+
src='https://unpkg.com/@react-grab/cursor/dist/client.global.js'
4747
strategy='lazyOnload'
4848
/>
4949
)}

0 commit comments

Comments
 (0)