Update
This commit is contained in:
parent
f1ae831b09
commit
8e4800ae8c
6 changed files with 38 additions and 13 deletions
|
@ -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! {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue