Skip to content

Commit e9f8127

Browse files
Fix TODO error
1 parent 651605d commit e9f8127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book-examples/leptos/src/default/breadcrumb/breadcrumb_responsive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ use leptos::prelude::*;
88
#[component]
99
pub fn BreadcrumbResponsiveDemo() -> impl IntoView {
1010
view! {
11-
// TODO
11+
<h1>"Breadcrumb Responsive needs to be implemented"</h1>
1212
}
1313
}

book-examples/leptos/src/new_york/breadcrumb/breadcrumb_responsive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ use leptos::prelude::*;
88
#[component]
99
pub fn BreadcrumbResponsiveDemo() -> impl IntoView {
1010
view! {
11-
// TODO
11+
<h1>"Breadcrumb Responsive needs to be implemented"</h1>
1212
}
1313
}

0 commit comments

Comments
 (0)