damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

Footer.tsx (295B)


      1 export function Footer() {
      2     return (<>
      3         <footer className="flex flex-col items-center justify-center w-full p-8 bg-black">
      4             <div className="text-sm text-white/50">
      5                 © {new Date().getFullYear()} Damus Nostr Inc.
      6             </div>
      7         </footer>
      8     </>)
      9 }