Add icon to reading_time and datetime

This commit is contained in:
Florian RICHER 2024-01-12 18:31:36 +01:00
parent 76dd9b0783
commit 816ef54e82
9 changed files with 90 additions and 23 deletions

View file

@ -19,8 +19,8 @@ serde = "1.0"
chrono = { version = "0.4", features = ["serde"] }
# https://carlosted.github.io/icondata/
leptos_icons = "0.2.0"
icondata = "0.3.0"
leptos_icons = "0.2"
icondata = "0.3"
# dependecies for client (enable when csr or hydrate set)
wasm-bindgen = { version = "0.2", optional = true }