refactor: use page contact method

This commit is contained in:
dusk 2024-06-11 17:59:56 +03:00
parent 56c0f6c195
commit c5db977c14
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -45,11 +45,7 @@ impl IntoResponse for AppError {
br; br;
(self.internal.to_string()); (self.internal.to_string());
} }
a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" { (crate::get_page_contact())
"website made by dusk"
br;
"report problems / feedback @ yusdacra on Discord"
}
} }
}; };
let mut resp = Html(pre_escaped.into_string()).into_response(); let mut resp = Html(pre_escaped.into_string()).into_response();