change logo
This commit is contained in:
parent
b12cd8cca2
commit
9ba2fe31f5
4 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
BIN
static/cache/img/icon-trans.png
vendored
Normal file
BIN
static/cache/img/icon-trans.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
1
static/cache/img/logo.svg
vendored
1
static/cache/img/logo.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 180 KiB |
|
@ -2,7 +2,7 @@
|
|||
<body class="auth__body">
|
||||
<main class="auth__container">
|
||||
<img src="<.= crate::assets::LOGO.path .>" alt="logo" class="auth__logo" />
|
||||
<h1>Join Kaizen</h1>
|
||||
<h1>Join Survey</h1>
|
||||
<. include!("../../components/error/index.html"); .>
|
||||
<form
|
||||
action="<.= crate::PAGES.auth.join .>"
|
||||
|
|
Loading…
Reference in a new issue