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

Fix: typos #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions src/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ export default function Home() {
<section className="mb-20 mx-auto w-2/4 max-w-3xl">
<h2 className="font-sans text-4xl mb-7">About the project</h2>
<p>
We leverage FVM to establish a undercollateralized lending protocol using the novel
We leverage FVM to establish an undercollateralized lending protocol using the novel
bonding mechanism introduced by Liquity team.
<br />
<br />
The main purpose of this project is to diminish the capital cost of collateral for
Storage Providers while providing an attractive yield opportunity for FIL token holders.
<br />
<br />
Using Chicken Bonds as a reference would allows the protocol to bootstrap liquidity at
Using Chicken Bonds as a reference would allow the protocol to bootstrap liquidity at
minimal cost, while opening up new earning and trading strategies for the expected
future yield of Storage Providers.
<br />
<br />
The project reated for FVM Space Warp hackathon.
The project was created for FVM Space Warp hackathon.
</p>
</section>
<section className="mb-20 mx-auto w-2/4 max-w-3xl">
Expand Down