mirror of
https://github.com/yewprint/yewprint
synced 2025-02-16 20:18:25 +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…
Add table
Reference in a new issue