Skip to content

Commit ac0df70

Browse files
chore: change organisation name capitalisation
1 parent e91ade9 commit ac0df70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/index.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn Index() -> Html {
2626
])}
2727
mb=4
2828
>
29-
{"Rust For Web"}
29+
{"Rust for Web"}
3030
</Heading>
3131
<Heading
3232
size=7
@@ -38,12 +38,12 @@ pub fn Index() -> Html {
3838

3939
<Card>
4040
<Text r#as={TextAs::P} size=5 mb=2>
41-
{"Rust For Web is a collection of libraries designed for building web applications with Rust and WebAssembly. "}
41+
{"Rust for Web is a collection of libraries designed for building web applications with Rust and WebAssembly. "}
4242
{"These libraries provide ready-to-use components for popular Rust web frameworks such as "}
4343
<Link href="https://dioxuslabs.com/">{"Dioxus"}</Link>{", "}
4444
<Link href="https://leptos.dev/">{"Leptos"}</Link>{", and "}
4545
<Link href="https://yew.rs/">{"Yew"}</Link>{". "}
46-
{"Rust For Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem.
46+
{"Rust for Web is inspired by the rich ecosystems of JavaScript frameworks like React and aims to bring the same ease of use to the Rust web ecosystem.
4747
It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust."}
4848
</Text>
4949

0 commit comments

Comments
 (0)