Custom community rooms
Custom home description
This commit is contained in:
parent
8bd54b5f5f
commit
89f903f856
@ -1,10 +1 @@
|
||||
export const communityRoomNames = [
|
||||
'buy-and-sell',
|
||||
'crypto',
|
||||
'hacking',
|
||||
'leaks',
|
||||
'news',
|
||||
'organize',
|
||||
'politics',
|
||||
'resist',
|
||||
]
|
||||
export const communityRoomNames = ['General', 'Prayer']
|
||||
|
@ -176,9 +176,12 @@ export function Home({ userId }: HomeProps) {
|
||||
}}
|
||||
>
|
||||
<Typography variant="body1">
|
||||
The secure communication tool that is designed for simplicity,
|
||||
privacy. All interaction between you and your online peers is
|
||||
encrypted. Conversation records are dumped once everyone leaves.
|
||||
WEBRTC settings must be enabled in your browser. Is webrtc{' '}
|
||||
<MuiLink href="https://webrtc-security.github.io/" target="_blank">
|
||||
secure
|
||||
</MuiLink>
|
||||
? All interaction between you and your online peers is encrypted.
|
||||
Conversation records are dumped once everyone leaves.
|
||||
</Typography>
|
||||
<Box className="max-w-3xl text-center mx-auto my-4 px-4">
|
||||
{' '}
|
||||
@ -186,18 +189,6 @@ export function Home({ userId }: HomeProps) {
|
||||
</Box>
|
||||
</Box>
|
||||
<Divider sx={{ my: 2 }} />
|
||||
<Box className="max-w-3xl text-center mx-auto my-4 px-4">
|
||||
<Typography variant="body1">Official Public Rooms to Join:</Typography>
|
||||
<MuiLink
|
||||
href="/public/general"
|
||||
target="_blank"
|
||||
sx={theme => ({
|
||||
color: theme.palette.text.primary,
|
||||
})}
|
||||
>
|
||||
<Typography variant="body1">• General Chat</Typography>
|
||||
</MuiLink>
|
||||
</Box>
|
||||
<Typography variant="body1" sx={{ textAlign: 'center', mb: 1 }}>
|
||||
Licensed under{' '}
|
||||
<MuiLink
|
||||
@ -211,9 +202,8 @@ export function Home({ userId }: HomeProps) {
|
||||
href="https://githaven.org/Shiloh/remnantchat/src/branch/main/README.md"
|
||||
target="_blank"
|
||||
>
|
||||
read the docs
|
||||
read the docs.
|
||||
</MuiLink>
|
||||
.
|
||||
</Typography>
|
||||
<EmbedCodeDialog
|
||||
showEmbedCode={showEmbedCode}
|
||||
|
Loading…
Reference in New Issue
Block a user