mirror of
https://github.com/soconnor0919/lewisburg-coffee.git
synced 2026-02-04 23:56:32 -05:00
feat: Refactor drawer for improved animations and update shadow styles across components
This commit is contained in:
@@ -31,11 +31,14 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" className={`${ptSerif.variable}`} suppressHydrationWarning>
|
||||
<head>
|
||||
<script
|
||||
defer
|
||||
src="https://umami-iccw808w4wk088o0w4o8c8kg.coolify.soconnor.dev/script.js"
|
||||
data-website-id="415c64e5-98c5-4975-bf49-2c900fe6b1b5"
|
||||
/>
|
||||
{/* only load analytics on production */}
|
||||
{process.env.NODE_ENV === "production" && (
|
||||
<script
|
||||
defer
|
||||
src="https://umami-iccw808w4wk088o0w4o8c8kg.coolify.soconnor.dev/script.js"
|
||||
data-website-id="415c64e5-98c5-4975-bf49-2c900fe6b1b5"
|
||||
/>
|
||||
)}
|
||||
</head>
|
||||
<body>
|
||||
<ThemeProvider
|
||||
|
||||
Reference in New Issue
Block a user