Custom community rooms

Custom home description
This commit is contained in:
Gary 2024-11-09 20:55:56 -08:00
parent 8bd54b5f5f
commit 89f903f856
2 changed files with 8 additions and 27 deletions

View File

@ -1,10 +1 @@
export const communityRoomNames = [ export const communityRoomNames = ['General', 'Prayer']
'buy-and-sell',
'crypto',
'hacking',
'leaks',
'news',
'organize',
'politics',
'resist',
]

View File

@ -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">&#x2022; 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}