diff --git a/React/src/app/page.tsx b/React/src/app/page.tsx index e2f6430..4f93321 100644 --- a/React/src/app/page.tsx +++ b/React/src/app/page.tsx @@ -11,23 +11,44 @@ export default async function Home() { console.log("Session:", session?.user); // If no session, show sign-up and login buttons - if (!session) { - + if (!session) { return (
+ ); + } + + return ( +if you stop speaking or say the codeword, these contacts will be notified
++ if you stop speaking or say the codeword, these contacts will be + notified +
{/* form for setting codeword */} - {/* form for adding contacts */} - -- - - -