diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f070b..269c10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Change the default search provider from SoundCloud to YouTube. - Change use the local `Dockerfile` on the compose file instead of pulling the image. - Update CONTRIBUTING.md file +- Update the embed footer icon to the new one. ### Fixed diff --git a/src/main.rs b/src/main.rs index b3dc348..6f29cac 100644 --- a/src/main.rs +++ b/src/main.rs @@ -48,7 +48,7 @@ pub const HYDROGEN_SEARCH_PREFIX: &str = "ytsearch:"; pub const LAVALINK_CONNECTION_TIMEOUT: u64 = 5000; pub static HYDROGEN_LOGO_URL: &str = - "https://raw.githubusercontent.com/nashiradeer/hydrogen/main/icon.png"; + "https://github.com/nashiradeer/hydrogen/blob/main/assets/icons/hydrogen-circular.png"; pub static HYDROGEN_BUG_URL: &str = "https://github.com/nashiradeer/hydrogen/issues"; /// Hydrogen version.