diff --git a/Cargo.toml b/Cargo.toml index 349f4c4..01586a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ thaw_components = { version = "0.1.1", path = "./thaw_components" } thaw_macro = { version = "0.1.0", path = "./thaw_macro" } thaw_utils = { version = "0.0.3", path = "./thaw_utils" } -leptos = { git = "https://github.com/leptos-rs/leptos", rev = "e507945c" } -leptos_meta = { git = "https://github.com/leptos-rs/leptos", rev = "e507945c" } \ No newline at end of file +leptos = { git = "https://github.com/leptos-rs/leptos", rev = "db02d3f5" } +leptos_meta = { git = "https://github.com/leptos-rs/leptos", rev = "db02d3f5" } \ No newline at end of file diff --git a/demo/Cargo.toml b/demo/Cargo.toml index e84b502..8d01c56 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] leptos = { workspace = true } leptos_meta = { workspace = true } -leptos_router = { git = "https://github.com/leptos-rs/leptos", rev = "e507945c" } +leptos_router = { git = "https://github.com/leptos-rs/leptos", rev = "db02d3f5" } thaw = { path = "../thaw" } demo_markdown = { path = "../demo_markdown" } icondata = "0.3.0" diff --git a/thaw/src/accordion/accordion_item.rs b/thaw/src/accordion/accordion_item.rs index 153b3c1..cfe0325 100644 --- a/thaw/src/accordion/accordion_item.rs +++ b/thaw/src/accordion/accordion_item.rs @@ -43,7 +43,7 @@ pub fn AccordionItem(