From 29b6811be3768e5fad8ff4456cb074c368bb5e64 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Thu, 10 Jul 2025 19:23:13 +0200 Subject: [PATCH] more friends --- crates/plcom/src/pages/root/friends.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/plcom/src/pages/root/friends.rs b/crates/plcom/src/pages/root/friends.rs index 682cefd..b8d7ee5 100644 --- a/crates/plcom/src/pages/root/friends.rs +++ b/crates/plcom/src/pages/root/friends.rs @@ -117,6 +117,8 @@ pub fn friends() -> impl IntoView { Friend::new("Alexandre", "Wagner", uri!("https://dev4people.fr")), Friend::new("Aidan", "Follestad", uri!("https://af.codes")), Friend::new("Victor", "Simon", uri!("https://simonvictor.com")), + Friend::new("Guillaume", "Girol", uri!("https://github.com/symphorien")), + Friend::new("Lara", "Kermarec", uri!("https://blog.nemirwen.me")), ]; view! {