fix app name

This commit is contained in:
Aravinth Manivannan 2021-10-14 21:54:26 +05:30
parent aa6b17bc51
commit bc950268de
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ mod panel;
pub mod routes; pub mod routes;
//mod sitemap; //mod sitemap;
pub const NAME: &str = "Kaizen"; pub const NAME: &str = "mCaptcha Survey";
pub fn services(cfg: &mut ServiceConfig) { pub fn services(cfg: &mut ServiceConfig) {
auth::services(cfg); auth::services(cfg);

View file

@ -37,7 +37,7 @@ pub mod assets {
lazy_static! { lazy_static! {
pub static ref LOGO: Img = Img { pub static ref LOGO: Img = Img {
path: FILES.get("./static/cache/img/logo.svg").unwrap(), path: FILES.get("./static/cache/img/logo.svg").unwrap(),
name: "Kaizen logo" name: "mCaptcha logo"
}; };
pub static ref TRASH: Img = Img { pub static ref TRASH: Img = Img {
path: FILES.get("./static/cache/img/trash.svg").unwrap(), path: FILES.get("./static/cache/img/trash.svg").unwrap(),

View file

@ -55,7 +55,7 @@
<div class="form__action-container"> <div class="form__action-container">
<a href="/forgot-password">Forgot password?</a> <a href="/forgot-password">Forgot password?</a>
<button class="form__submit" type="submit">Login</button> <button class="form__submit" type="submit">Join</button>
</div> </div>
</form> </form>

View file

@ -39,7 +39,7 @@
</form> </form>
<p class="form__alt-action"> <p class="form__alt-action">
New to Kaizen? New to mCaptcha Survey?
<a href="<.= crate::PAGES.auth.join .>">Create an account </a> <a href="<.= crate::PAGES.auth.join .>">Create an account </a>
</p> </p>
</main> </main>