diff --git a/app/src/pages/index.tsx b/app/src/pages/index.tsx index 03f38d4..030863b 100644 --- a/app/src/pages/index.tsx +++ b/app/src/pages/index.tsx @@ -35,23 +35,26 @@ const Home: NextPage = ({ officers }) => { return ( -
-
-

Vitality

- { - session ? -
+
+ { + session ? +
+

Hey {session.user.name.split(' ')[0]}!

+

Can you give us your number real quick?

+ +
- handleInputChange(e, input, setInput)} className="w-96" /> + handleInputChange(e, input, setInput)} className="w-full" />
- : null - } +
+ : null + } + -