From 16eef67b20792f7152560d5ad4f59fd8074bb8cf Mon Sep 17 00:00:00 2001 From: Claeb101 Date: Sun, 5 Mar 2023 04:44:27 -0500 Subject: [PATCH] better ui for phone --- app/src/pages/index.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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 + } + -