change logo

This commit is contained in:
Aravinth Manivannan 2021-10-14 22:02:45 +05:30
parent b12cd8cca2
commit 9ba2fe31f5
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
4 changed files with 2 additions and 3 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 180 KiB

View File

@ -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 .>"