feat/analytics #9

Merged
GauthierWebDev merged 29 commits from feat/analytics into main 2025-04-18 15:05:51 +00:00
Showing only changes of commit ca55b7a282 - Show all commits

View File

@ -134,7 +134,7 @@ export default function DefaultLayout({ children }: { children: React.ReactNode
<Navigation />
</div>
</div>
{children}
<div className="grow">{children}</div>
</div>
<Footer />