Skip to content

Commit

Permalink
hhgfd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 7, 2024
1 parent b3753b1 commit 5fc1887
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default function RootLayout({
return (
<html lang="en" className="scroll-smooth bg-primary focus:scroll-auto">

<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID as string}
/>

<body className={dm_Sans.className}>
<FloatingNavDemo />
<GoogleAnalytics
Expand All @@ -37,7 +36,7 @@ export default function RootLayout({

<Footer />
</body>
<GoogleAnalytics gaId={process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS_ID as string} />

</html>
);
}

0 comments on commit 5fc1887

Please sign in to comment.