Maintenance: Removes unused PNG (#598)

This commit is contained in:
bsickler
2025-09-13 15:09:46 -07:00
committed by GitHub
parent 301d130cdd
commit 10e76e351e
2 changed files with 0 additions and 5 deletions

View File

@@ -73,11 +73,6 @@ pub async fn serve_static(
let path = path.trim_start_matches('/');
match path {
"rayhunter_icon.png" => (
[(header::CONTENT_TYPE, HeaderValue::from_static("image/png"))],
include_bytes!("../web/build/rayhunter_icon.png"),
)
.into_response(),
"rayhunter_orca_only.png" => (
[(header::CONTENT_TYPE, HeaderValue::from_static("image/png"))],
include_bytes!("../web/build/rayhunter_orca_only.png"),