Spaces:
Running
Running
const Footer = () => { | |
return ( | |
<footer className="sticky bottom-0 flex h-10 items-center gap-4 bg-purple-500/30 backdrop-blur px-4 md:px-6"> | |
<small className="text-sm text-white">© ATOM 2024</small> | |
</footer> | |
); | |
}; | |
export default Footer; | |