Skip to content

Commit

Permalink
Change plugin homepage icon, dont delete it
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer committed Mar 22, 2024
1 parent a8ddce1 commit e5dd49e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pub fn debug_icon() -> Text<'static> {
pub fn play_icon() -> Text<'static> {
icon('\u{EA1C}')
}
pub fn href_icon() -> Text<'static> {
icon('\u{EA7E}')
}

pub fn update_icon() -> Text<'static> {
icon('\u{E9C7}')
Expand Down

0 comments on commit e5dd49e

Please sign in to comment.