diff --git a/src/config/communityRooms.ts b/src/config/communityRooms.ts
index 1367684..edbe1c7 100644
--- a/src/config/communityRooms.ts
+++ b/src/config/communityRooms.ts
@@ -1,10 +1 @@
-export const communityRoomNames = [
- 'buy-and-sell',
- 'crypto',
- 'hacking',
- 'leaks',
- 'news',
- 'organize',
- 'politics',
- 'resist',
-]
+export const communityRoomNames = ['General', 'Prayer']
diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx
index 1213966..744d400 100644
--- a/src/pages/Home/Home.tsx
+++ b/src/pages/Home/Home.tsx
@@ -176,9 +176,12 @@ export function Home({ userId }: HomeProps) {
}}
>
- 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{' '}
+
+ secure
+
+ ? All interaction between you and your online peers is encrypted.
+ Conversation records are dumped once everyone leaves.
{' '}
@@ -186,18 +189,6 @@ export function Home({ userId }: HomeProps) {
-
- Official Public Rooms to Join:
- ({
- color: theme.palette.text.primary,
- })}
- >
- • General Chat
-
-
Licensed under{' '}
- read the docs
+ read the docs.
- .