chore(translations): plebchan description, no global rules info

This commit is contained in:
plebeius.eth
2024-02-29 21:28:57 +01:00
parent 5185f9999d
commit c3da9367e2
38 changed files with 114 additions and 46 deletions
+7 -4
View File
@@ -62,11 +62,13 @@
}
.searchBar {
display: flex;
text-align: center;
justify-content: center;
margin-bottom: 20px;
}
.searchBar input, .searchBar button {
.searchBar input {
font-size: 18px;
height: 30px;
box-sizing: border-box;
@@ -82,13 +84,14 @@
}
.searchBar button {
font-size: 15px;
margin-left: 4px;
padding: 3px 10px;
background-color: rgb(239, 239, 239);
position: absolute;
display: inline-block;
text-transform: capitalize;
font-size: 14px;
}
@media (max-width: 768px) {
.content {
width: auto;
+2 -7
View File
@@ -63,15 +63,10 @@ const Home = () => {
<h2>{t('what_is_plebchan')}</h2>
</div>
<div className={styles.boxContent}>
Plebchan is a serverless, adminless, decentralized 4chan alternative where any pleb can create and own unlimited boards. All data comes from the{' '}
<a href='https://plebbit.com' target='_blank' rel='noopener noreferrer'>
plebbit
</a>{' '}
protocol, it's all text including links from which media is embedded, shared peer-to-peer. Users do not need to register an account before participating in the
community. Feel free to click on a board below that interests you and jump right in!
<Trans i18nKey='plebchan_description' shouldUnescape={true} components={{ 1: <a href='https://plebbit.com' target='_blank' rel='noopener noreferrer' /> }} />
<br />
<br />
There are no global rules, each board is completely independent and its owner decides how/if to moderate it.
{t('no_global_rules_info')}
</div>
</div>
</div>