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