diff --git a/yewprint-doc/src/app.rs b/yewprint-doc/src/app.rs index 3c60235..572ab67 100644 --- a/yewprint-doc/src/app.rs +++ b/yewprint-doc/src/app.rs @@ -113,7 +113,7 @@ impl Component for App { /> @@ -230,7 +230,7 @@ impl Component for App { pub enum DocMenu { #[to = "/#button"] Button, - #[to = "/#bgroup"] + #[to = "/#button-group"] ButtonGroup, #[to = "/#callout"] Callout,