From 917c162646ba2aef2c92216e7b5abf9f7f7e98b8 Mon Sep 17 00:00:00 2001 From: Adrien Touzouli Date: Mon, 16 Oct 2023 15:08:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20minor=20doc=20changes=20an?= =?UTF-8?q?d=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/header.rs | 2 +- src/job_sliders_component.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a6f5527..642af0b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ trunk serve ## Contribute -I reckon I'm not good with shapes and colors, any help welcom. If you want to get in touch : here's a contact : +I reckon I'm not good with shapes and colors, any help welcome. If you want to get in touch : here's a contact : ## todo list diff --git a/src/header.rs b/src/header.rs index e59ad75..81597d1 100644 --- a/src/header.rs +++ b/src/header.rs @@ -5,7 +5,7 @@ pub fn Header() -> Html { html! {

{"Ideal Wages Calculator"}

-

{"How much should you earn?"}

+

{"How much should I earn?"}

} } \ No newline at end of file diff --git a/src/job_sliders_component.rs b/src/job_sliders_component.rs index 59bd769..788293a 100644 --- a/src/job_sliders_component.rs +++ b/src/job_sliders_component.rs @@ -47,8 +47,8 @@ pub fn JobSliders(props: &Props) -> Html { html! {
-
{ "Criteria for " }
-
{ "my job" }
+
{ "Criteria" }
+
{ "Mark" }
{ "How it maters" }
if props.criterias.len() == props.wages_param.len() {