Skip to content

Commit

Permalink
Add icon to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos authored and sbatial committed Jul 30, 2023
1 parent 853224d commit bd699bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy_static! {
m.insert("config", '\u{e5fc}'); // 
m.insert("docker-compose.yml", '\u{f308}'); // 
m.insert("Dockerfile", '\u{f308}'); // 
m.insert("Earthfile", '\u{f30d}'); //
m.insert("Earthfile", '\u{f30d}'); // 🌍
m.insert("ds_store", '\u{f179}'); // 
m.insert("gitignore_global", '\u{f1d3}'); // 
m.insert("go.mod", '\u{e626}'); // 
Expand Down

0 comments on commit bd699bd

Please sign in to comment.