Skip to content

Commit

Permalink
Remove boosty icon link in code
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Feb 24, 2024
1 parent 577cd0e commit 3d72c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");

pub const BOOSTY_ICON: eframe::egui::widgets::ImageSource<'static> =
eframe::egui::include_image!("../assets/boosty.png");
pub const GITHUB_ICON: eframe::egui::widgets::ImageSource<'static> =
eframe::egui::include_image!("../assets/github.png");
pub const APP_ICON: &'static [u8; 1980] = include_bytes!("../assets/df.png");
Expand Down

0 comments on commit 3d72c4a

Please sign in to comment.