From cba8bc47df654d451a1a26b012ca49f4241eaa7d Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sat, 17 Sep 2022 11:20:56 -0500 Subject: [PATCH] feat: improve home screen messaging --- README.md | 2 +- src/pages/Home/Home.tsx | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fcd340..2598230 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ See the full ticket backlog [here](https://github.com/users/jeremyckahn/projects ## Environments - Production environment: https://chitchatter.im/ - - Mirror: https://chitchatter.vercel.app/ (note that peer rooms cannot connect across domains) + - Mirror: https://chitchatter.vercel.app/ (note that peers cannot connect across domains) - Staging: https://chitchatter-git-develop-jeremyckahn.vercel.app/ ## Available Scripts diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index aac3347..e153868 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -77,12 +77,13 @@ export function Home({ userId }: HomeProps) { This is a communication tool that is free, open source, and designed for simplicity and security. All communication between you and your - online peers is encrypted and ephemeral. + online peers is encrypted. There is no trace of your conversation once + you leave. @@ -105,6 +106,13 @@ export function Home({ userId }: HomeProps) { > GPL v2 + . Please{' '} + + read the docs + .