Skip to content

Commit f2b3528

Browse files
authored
Editing and style improvements
1 parent def7887 commit f2b3528

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/src/pages/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function HomepageHeader() {
3030
className="button button--secondary button--lg"
3131
to="/docs/faq"
3232
>
33-
FAQ 💭
33+
FAQs 💭
3434
</Link>
3535
</div>
3636
</div>
@@ -46,7 +46,7 @@ function VideoSection() {
4646
<div className="row">
4747
<div className="col col--8 col--offset-2">
4848
<h2 className="text--center">
49-
Leios in Action
49+
Leios in action
5050
</h2>
5151
<p className={clsx("text--center", styles.subtitle)}>
5252
Early simulation demonstrating the Leios protocol's
@@ -131,11 +131,11 @@ function MonthlyReviewsSection() {
131131
<div className="row">
132132
<div className="col col--8 col--offset-2">
133133
<h2 className="text--center">
134-
Stay Up to Date
134+
Stay up to date
135135
</h2>
136136
<p className={clsx("text--center", styles.subtitle)}>
137137
Catch up on the latest Leios progress, key
138-
decisions, and Q&A in our monthly review videos.
138+
decisions, and Q&A in our monthly review videos
139139
</p>
140140
<div
141141
className="text--center"
@@ -168,7 +168,7 @@ function MonthlyReviewsSection() {
168168
minWidth: 180,
169169
}}
170170
>
171-
<span>Watch Live</span>
171+
<span>Watch live</span>
172172
<span
173173
style={{
174174
fontSize: "0.68em",
@@ -198,7 +198,7 @@ function MonthlyReviewsSection() {
198198
className={clsx(styles.underlineLink)}
199199
to="/docs/development/monthly-reviews"
200200
>
201-
Catch Up on Past Reviews
201+
Catch up on past reviews
202202
</Link>
203203
</div>
204204
</div>

0 commit comments

Comments
 (0)