chore: add TODO comment for future enhancements related to announcements in Layout component

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Marco Pedone 2026-04-30 16:21:35 +02:00
parent 95e06b7e9e
commit 95f0668d96

View file

@ -48,6 +48,13 @@ export const Layout = ({
{children} {children}
</main> </main>
{/*
//TODO ripensare a annuncements per auguri, info e altro, magari con dismiss e cookie per non mostrare più
<div className="fixed bottom-5 left-1/2 -translate-x-1/2 rounded-md bg-primary px-4 py-2 text-primary-foreground">
Centered with transforms
</div>
*/}
{!noFooter && <Footer className={footerClassName} />} {!noFooter && <Footer className={footerClassName} />}
</div> </div>
); );