diff --git a/daemon/src/server.rs b/daemon/src/server.rs index 0eeec4f..64b4d8b 100644 --- a/daemon/src/server.rs +++ b/daemon/src/server.rs @@ -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"), diff --git a/daemon/web/static/rayhunter_icon.png b/daemon/web/static/rayhunter_icon.png deleted file mode 100644 index 03ebdd4..0000000 Binary files a/daemon/web/static/rayhunter_icon.png and /dev/null differ