Skip to content

Commit

Permalink
comment for posterity
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Sep 8, 2024
1 parent 75940b9 commit f30d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew-bootstrap/src/component/navbar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Component for NavDropdownItem {
onclick={props.onclick.clone()}
>
if let Some(icon) = props.icon {
{icon}{" "}
{icon}{" "} // add a space after the icon, otherwise it looks squished
}
{props.text.clone()}
</a>
Expand Down

0 comments on commit f30d192

Please sign in to comment.