From 0433daf318f7b7fcd007adbc04e17f200b7a1c09 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 10 May 2023 18:00:04 +0200 Subject: [PATCH] Update Home.jsx --- src/components/views/Home.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx index 04e66403..84afdb05 100644 --- a/src/components/views/Home.jsx +++ b/src/components/views/Home.jsx @@ -83,7 +83,7 @@ const Home = () => { onClick={() => alert( 'To create a board, first you have to run a full node.\nYou can run a full node by simply browsing with the plebbit desktop app. After you download it, open it, wait for it loading, then click on "Home" in the top left, then "Create Community".\n\nAfter you create the community, you can go back to plebchan at any time to see it as a board by pasting its address (begins with p/12D3KooW...) in the search bar, which is in the Home.\n\nNote:\n\n- Your community will be online for as long as you leave the app open, because it functions like a server for the community.\n- The longer you leave the app open, the more data you are seeding to the protocol, which helps performance for everybody.\n - All the data in the plebbit protocol is just text, which is extremely lightweight. All media is generated by links, which is text, embedded by the clients.\n\nDownload the plebbit app here: https://github.com/plebbit/plebbit-react/releases\n\nYou can also use a CLI: https://github.com/plebbit/plebbit-cli\n\nRunning boards in the plebchan app is a planned feature.\n\n' )} - >create a board. Search for any board address above, or feel free to click on a popular board below that interests you and jump right in!

+ >create a board. All the content is just text, and plebchan's speed depends on how many users are seeding. Search for any board address above, or feel free to click on a popular board below that interests you and jump right in!


There are no global rules, each board is completely independent and its owner decides how it should be moderated.

@@ -145,16 +145,16 @@ const Home = () => {