Skip to content

Commit

Permalink
✏️ minor doc changes and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Oct 16, 2023
1 parent 9eead1c commit 917c162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn Header() -> Html {
html! {
<div class="title">
<h1>{"Ideal Wages Calculator"}</h1>
<h2>{"How much should you earn?"}</h2>
<h2>{"How much should I earn?"}</h2>
</div>
}
}
4 changes: 2 additions & 2 deletions src/job_sliders_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ pub fn JobSliders(props: &Props) -> Html {
html! {
<div class="contentBlock">
<div class="w3-row parameterHeader">
<div class="w3-half">{ "Criteria for " }</div>
<div class="w3-quarter">{ "my job" }</div>
<div class="w3-half">{ "Criteria" }</div>
<div class="w3-quarter">{ "Mark" }</div>
<div class="w3-quarter">{ "How it maters" }</div>
</div>
if props.criterias.len() == props.wages_param.len() {
Expand Down

0 comments on commit 917c162

Please sign in to comment.