From ac0df70241fac73a797e8e42924c88aa8a5454e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Thu, 15 May 2025 16:38:16 +0200 Subject: [PATCH] chore: change organisation name capitalisation --- src/routes/index.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/index.rs b/src/routes/index.rs index 2f3feb3..abe7ffb 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -26,7 +26,7 @@ pub fn Index() -> Html { ])} mb=4 > - {"Rust For Web"} + {"Rust for Web"} Html { - {"Rust For Web is a collection of libraries designed for building web applications with Rust and WebAssembly. "} + {"Rust for Web is a collection of libraries designed for building web applications with Rust and WebAssembly. "} {"These libraries provide ready-to-use components for popular Rust web frameworks such as "} {"Dioxus"}{", "} {"Leptos"}{", and "} {"Yew"}{". "} - {"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. + {"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. It achieves this by leveraging the strengths of existing JavaScript component libraries and porting their functionality to Rust."}