diff --git a/thaw/src/icon/icons/mod.rs b/thaw/src/icon/icons/mod.rs index 1fc0c15..ba8c053 100644 --- a/thaw/src/icon/icons/mod.rs +++ b/thaw/src/icon/icons/mod.rs @@ -3,13 +3,7 @@ use leptos::prelude::*; #[component] pub fn ChevronDownRegularIcon() -> impl IntoView { view! { - - {children()} - - }) + EitherOf3::B(view! { {children()} }) } else { EitherOf3::C(view! {