feat: improve home screen messaging
This commit is contained in:
parent
8a22259ce2
commit
cba8bc47df
@ -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
|
||||
|
@ -77,12 +77,13 @@ export function Home({ userId }: HomeProps) {
|
||||
<Typography variant="body1">
|
||||
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.
|
||||
</Typography>
|
||||
</Box>
|
||||
<Tooltip title="View project source code and documentation">
|
||||
<Link
|
||||
href="https://github.com/jeremyckahn/chitchatter#readme"
|
||||
href="https://github.com/jeremyckahn/chitchatter"
|
||||
target="_blank"
|
||||
sx={{ display: 'block', textAlign: 'center', color: '#fff' }}
|
||||
>
|
||||
@ -105,6 +106,13 @@ export function Home({ userId }: HomeProps) {
|
||||
>
|
||||
GPL v2
|
||||
</Link>
|
||||
. Please{' '}
|
||||
<Link
|
||||
href="https://github.com/jeremyckahn/chitchatter/blob/develop/README.md"
|
||||
target="_blank"
|
||||
>
|
||||
read the docs
|
||||
</Link>
|
||||
.
|
||||
</Typography>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user