Skip to content

Commit

Permalink
fds
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 7, 2024
1 parent aabe0ed commit a11529b
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 @@ -30,7 +30,7 @@ export default function RootLayout({
<body className={dm_Sans.className}>
<FloatingNavDemo />
<GoogleAnalytics
gaId={process.env.NEXT_PUBLIC_GA_ID as string}
gaId='G-0PCHHEHDFJ'
/>
<ThemeProvider>{children}</ThemeProvider>

Expand Down

0 comments on commit a11529b

Please sign in to comment.