This commit is contained in:
Florian RICHER 2023-10-09 19:56:06 +02:00
parent f1ae831b09
commit 8e4800ae8c
6 changed files with 38 additions and 13 deletions

View file

@ -15,7 +15,8 @@ pub fn SocialLinkContainer(
#[component]
pub fn SocialLink(
children: Children,
url: String,
#[prop(optional)]
url: Option<String>,
icon: Icon,
) -> impl IntoView {
view! {