added HashRouter, disabled hrefs

This commit is contained in:
plebbitor
2023-02-10 12:57:17 +01:00
parent 42a93a5caa
commit 70162cb42f
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ const Home = () => {
<Search>
<form>
<input type="text" placeholder='"board.eth" or "Qm..."' />
<input type="submit" value="Search" />
<input type="submit" value="Search" disabled />
</form>
</Search>
<About>
@@ -51,7 +51,7 @@ const Home = () => {
</AboutTitle>
<AboutContent>
<div id="content">
<p>Plebchan is a serverless, adminless, decentralized 4chan alternative that uses the <a href="https://plebbit.net" target="_blank" rel="noreferrer">plebbit protocol</a>. Users do not need to register an account before participating in the community; anyone can post comments, share image links, and 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! </p>
<p>Plebchan is a serverless, adminless, decentralized 4chan alternative that uses the <a href="https://plebbit.com" target="_blank" rel="noreferrer">plebbit protocol</a>. Users do not need to register an account before participating in the community; anyone can post comments, share image links, and 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! </p>
<br />
<p>There are no global rules, each board is completely independent and their owners decide how they should be moderated.</p>
</div>