Add icon to reading_time and datetime
This commit is contained in:
parent
76dd9b0783
commit
816ef54e82
9 changed files with 90 additions and 23 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue