Add new meeting
All checks were successful
ci/woodpecker/tag/checks Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/release/checks Pipeline was successful
ci/woodpecker/release/release Pipeline was successful

This commit is contained in:
finga 2025-04-11 18:54:54 +02:00
parent 1af426fbf3
commit 672afdda24

View file

@ -52,6 +52,11 @@ fn MeetingsTable(props: &Meetings) -> Html {
#[function_component] #[function_component]
fn App() -> Html { fn App() -> Html {
let meetings = vec![ let meetings = vec![
Meeting {
date: datetime!(2025-04-15 18:00 +2:00),
location: "CCCSBG Space".into(),
description: "Reboot the website or telnet?".into(),
},
Meeting { Meeting {
date: datetime!(2024-05-23 18:00 +2:00), date: datetime!(2024-05-23 18:00 +2:00),
location: "CCCSBG Space".into(), location: "CCCSBG Space".into(),