mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Fix checkbox doc title
This commit is contained in:
parent
1369d931b5
commit
e028a012e2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl Component for CheckboxDoc {
|
|||
|
||||
html! {
|
||||
<div>
|
||||
<H1 class=classes!("docs-title")>{"Switch"}</H1>
|
||||
<H1 class=classes!("docs-title")>{"Checkbox"}</H1>
|
||||
<ExampleContainer
|
||||
source=source
|
||||
props=Some(html! {
|
||||
|
|
Loading…
Reference in a new issue