Skip to content

Commit 791ebf6

Browse files
authored
Merge branch 'main' into pn/chore/portal-links
2 parents 8e4f2a1 + c5ad6b0 commit 791ebf6

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

packages/app-explorer/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@fuels/ui": "workspace:*",
2222
"@tabler/icons-react": "2.46.0",
2323
"@tanstack/react-query": "5.17.19",
24+
"@vercel/analytics": "1.1.3",
2425
"clsx": "2.1.0",
2526
"csstype": "3.1.3",
2627
"dayjs": "1.11.10",

packages/app-explorer/src/app/layout.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import '@fuels/ui/styles.css';
22
import './globals.css';
33

4+
import { Analytics } from '@vercel/analytics/react';
45
import { GeistMono } from 'geist/font/mono';
56
import { GeistSans } from 'geist/font/sans';
67
import type { Metadata } from 'next';
@@ -35,6 +36,7 @@ export default function RootLayout({
3536
<Layout contentClassName="[&_.rt-ContainerInner]:space-y-10">
3637
{children}
3738
</Layout>
39+
<Analytics />
3840
</Provider>
3941
</body>
4042
</html>

pnpm-lock.yaml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)