diff --git a/src/static_assets/static_files.rs b/src/static_assets/static_files.rs index bb22fd5..d141d2f 100644 --- a/src/static_assets/static_files.rs +++ b/src/static_assets/static_files.rs @@ -36,7 +36,7 @@ pub mod assets { lazy_static! { pub static ref LOGO: Img = Img { - path: FILES.get("./static/cache/img/logo.svg").unwrap(), + path: FILES.get("./static/cache/img/icon-trans.png").unwrap(), name: "mCaptcha logo" }; pub static ref TRASH: Img = Img { diff --git a/static/cache/img/icon-trans.png b/static/cache/img/icon-trans.png new file mode 100644 index 0000000..db8da87 Binary files /dev/null and b/static/cache/img/icon-trans.png differ diff --git a/static/cache/img/logo.svg b/static/cache/img/logo.svg deleted file mode 100644 index eadecdf..0000000 --- a/static/cache/img/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/templates/auth/join/index.html b/templates/auth/join/index.html index 1c231ce..841a1aa 100644 --- a/templates/auth/join/index.html +++ b/templates/auth/join/index.html @@ -2,7 +2,7 @@
-

Join Kaizen

+

Join Survey

<. include!("../../components/error/index.html"); .>