Skip to content

Commit

Permalink
feat: Reorder Analytics and Speed Insights components in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaramPg committed Dec 16, 2024
1 parent 94b182c commit 2d46211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ export default function RootLayout({
<body
className={`${jetBrainsMono.variable} ${mulish.variable} font-sans className="bg-[#f5f5f5] text-[#121212] dark:bg-[#121212] dark:text-[#f5f5f5]`}
>
<Analytics />
<SpeedInsights />

<Providers>
<Image
priority
Expand All @@ -104,6 +101,9 @@ export default function RootLayout({
</main>
</Providers>
<AllSystemsNormal className="fixed bottom-6 right-6" />

<Analytics />
<SpeedInsights />
</body>
</html>
)
Expand Down

0 comments on commit 2d46211

Please sign in to comment.