diff --git a/application/src/components/participants.rs b/application/src/components/participants.rs index 3a60081..7a006bf 100644 --- a/application/src/components/participants.rs +++ b/application/src/components/participants.rs @@ -22,14 +22,14 @@ pub fn Participants( "Groep" - - "Lifesaver" + + "Popduiken" "Hindernis" - - "Popduiken" + + "Lifesaver" { move || match child.value.get().events { Some(events) => view! { - - { Time::from_milliseconds_to_string(events.lifesaver.unwrap_or(0)) } + + { Time::from_milliseconds_to_string(events.popduiken.unwrap_or(0)) } { Time::from_milliseconds_to_string(events.hindernis.unwrap_or(0)) } - - { Time::from_milliseconds_to_string(events.popduiken.unwrap_or(0)) } + + { Time::from_milliseconds_to_string(events.lifesaver.unwrap_or(0)) } }, None => view! { - "0" - "0" - "0" + + "0" + + + "0" + + + "0" + } } } diff --git a/application/src/pages/groups.rs b/application/src/pages/groups.rs index 767ac3e..7d77089 100644 --- a/application/src/pages/groups.rs +++ b/application/src/pages/groups.rs @@ -78,16 +78,16 @@ pub fn Groups() -> impl IntoView {
-

"Lifesaver"

- +

"Popduiken"

+

"Hindernis"

-

"Popduiken"

- +

"Lifesaver"

+
}