f3d88e5 fcfb631 f3d88e5
1
2
3
4
5
6
7
8
9
10
const Footer = () => { return ( <footer className="sticky bottom-0 flex h-10 items-center gap-4 bg-background/30 backdrop-blur px-4 md:px-6 z-30"> <span className="text-sm dark:text-white">© ATOM 2024</span> </footer> ); }; export default Footer;