refactor: use page contact method
This commit is contained in:
parent
56c0f6c195
commit
c5db977c14
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user