From 196764dc4e7b98895303e394309f14dad789ef61 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Tue, 15 Aug 2023 21:17:09 +1000 Subject: [PATCH] feat: feature/mvp-sprint-1 Updated footer --- remix/app/components/Nav/Footer.tsx | 42 ++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 6 deletions(-) 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 + + + + +