Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wording #257

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/routes/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default function Home() {
</section>
<section className={styles.principles}>
<h1>
<strong>Embodying the Virtues</strong>
<strong>Embodying the Virtues:</strong>
<br /> Key Principles of The Truth Post
</h1>
<div>
Expand All @@ -238,7 +238,7 @@ export default function Home() {
</figure>
<h2>Decentralized</h2>
<p>
<i>There's no privileged user group.</i>
<i>Everyone is equal here; there are no privileged parties.</i>
</p>
</div>
<div>
Expand All @@ -247,7 +247,7 @@ export default function Home() {
</figure>
<h2>Pseudonymous</h2>
<p>
<i>Allows for reputation building while preventing retaliation.</i>
<i>Build your reputation while staying safe from retaliation.</i>
</p>
</div>
<div>
Expand All @@ -265,7 +265,7 @@ export default function Home() {
</figure>
<h2>Transparent</h2>
<p>
<i>Every aspect of the system can be verified by any user.</i>
<i>Every aspect of the system is open to verification by any user.</i>
</p>
</div>
<div>
Expand All @@ -274,7 +274,7 @@ export default function Home() {
</figure>
<h2>Fair</h2>
<p>
<i>Users are rewarded in line with the quality and impact of their contributions.</i>
<i>Users are rewarded according to the quality and impact of their contributions.</i>
</p>
</div>
<div>
Expand Down
Loading