forked from Shiloh/remnantchat
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
|
## Environments
|
||||||
|
|
||||||
- Production environment: https://chitchatter.im/
|
- 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/
|
- Staging: https://chitchatter-git-develop-jeremyckahn.vercel.app/
|
||||||
|
|
||||||
## Available Scripts
|
## Available Scripts
|
||||||
|
@ -77,12 +77,13 @@ export function Home({ userId }: HomeProps) {
|
|||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
This is a communication tool that is free, open source, and designed
|
This is a communication tool that is free, open source, and designed
|
||||||
for simplicity and security. All communication between you and your
|
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>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Tooltip title="View project source code and documentation">
|
<Tooltip title="View project source code and documentation">
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/jeremyckahn/chitchatter#readme"
|
href="https://github.com/jeremyckahn/chitchatter"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
sx={{ display: 'block', textAlign: 'center', color: '#fff' }}
|
sx={{ display: 'block', textAlign: 'center', color: '#fff' }}
|
||||||
>
|
>
|
||||||
@ -105,6 +106,13 @@ export function Home({ userId }: HomeProps) {
|
|||||||
>
|
>
|
||||||
GPL v2
|
GPL v2
|
||||||
</Link>
|
</Link>
|
||||||
|
. Please{' '}
|
||||||
|
<Link
|
||||||
|
href="https://github.com/jeremyckahn/chitchatter/blob/develop/README.md"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
read the docs
|
||||||
|
</Link>
|
||||||
.
|
.
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user