diff --git a/remix/app/components/Nav/Footer.tsx b/remix/app/components/Nav/Footer.tsx index b161da3..494d4cd 100644 --- a/remix/app/components/Nav/Footer.tsx +++ b/remix/app/components/Nav/Footer.tsx @@ -10,6 +10,7 @@ import { ProfileDrawer } from "./ProfileDrawer" export const Footer = (props) => { const investmentEmail = "invest@thingtime.com" + const contactEmail = "connect@thingtime.com" return (
{ paddingX={4} > + {false && ( + + + + + To invest, please contact: + {/* */} + + + + {investmentEmail} + + + + + {/* copyright message */}© 2023 Thingtime + + + )} - - To invest, please contact: + + Contact {/* */} - + - {investmentEmail} + {contactEmail} - - {/* copyright message */}© 2023 Thingtime + + {/* copyright message */}© 2023 Thingtime + + + + +