Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
refactor: change to the new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nashiradeer committed Apr 15, 2024
1 parent 42c0175 commit 1e4fc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e4fc8a

Please sign in to comment.