feat: Refactor drawer for improved animations and update shadow styles across components

This commit is contained in:
2025-12-05 13:52:15 -05:00
parent bdee155760
commit 17cc85d177
10 changed files with 279 additions and 182 deletions

View File

@@ -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