mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Typo
This commit is contained in:
parent
a40e2eee1c
commit
5f1ee29cb8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ impl Component for App {
|
|||
onclick=self.link.callback(|_| Msg::GoToMenu(DocMenu::Button))
|
||||
/>
|
||||
<MenuItem
|
||||
text={html!("Button Group")}
|
||||
text={html!("ButtonGroup")}
|
||||
href="#button-group"
|
||||
onclick=self.link
|
||||
.callback(|_| Msg::GoToMenu(DocMenu::ButtonGroup))
|
||||
|
|
Loading…
Reference in a new issue