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:
parent
95e06b7e9e
commit
95f0668d96
1 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue