UNPKG

nbd-app

Version:

🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)

7 lines (6 loc) 283 B
const Footer = () => ( <footer className="w-full py-6 mt-12 bg-[#202c33] text-center text-primary-200 text-sm shadow-inner fixed bottom-0 left-0"> &copy; {new Date().getFullYear()} NBD APP &mdash; Made with ❤️ for smart conversations. </footer> ); export default Footer;