diff --git a/layout/static/index.css b/layout/static/index.css index 11f9478..d8bc7b1 100644 --- a/layout/static/index.css +++ b/layout/static/index.css @@ -10,7 +10,7 @@ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /*url("imgs/Sep23Team.jpg");*/ /*url("imgs/hero_2019_farewell.jpeg");*/ - url("imgs/pasadena_blue_banner.jpg"); + url("imgs/pasadena_blue_banner.JPG"); background-position: center; background-repeat: no-repeat; background-size: cover; diff --git a/server/Cargo.toml b/server/Cargo.toml index 9cf3f4b..368b51d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -8,6 +8,7 @@ glob = "0.3.0" comrak = "0.10" copy_dir = "0.1.2" rocket = "0.5.0-rc.1" -regex = "1.5.4" +regex = "1.5.5" walkdir = "2" wasm-bindgen = "0.2" +tokio = "1.13.1"