Add css and different colors for dates in the future
This commit is contained in:
parent
edfc102710
commit
268ac8eed3
9 changed files with 84 additions and 36 deletions
|
@ -3,8 +3,6 @@ name = "srug_website"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
time = { version = "0.3.36", features = ["macros"] }
|
||||
time = { version = "0.3.36", features = ["macros", "formatting", "local-offset", "wasm-bindgen"] }
|
||||
yew = { version = "0.21.0", features = ["csr"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue