Skip to content

Commit 0e544f7

Browse files
committed
feat(icon): update YAML icon to be more intuitive
nf-seti-yml \u{e6a8} () -> fa-bars_staggered \u{ee19} ()
1 parent 21d6024 commit 0e544f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output/icons.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl Icons {
147147
const VIM: char = '\u{e7c5}'; // 
148148
const WRENCH: char = '\u{f0ad}'; // 
149149
const XML: char = '\u{f05c0}'; // 󰗀
150-
const YAML: char = '\u{e6a8}'; //
150+
const YAML: char = '\u{ee19}'; //
151151
const YARN: char = '\u{e6a7}'; // 
152152
}
153153

0 commit comments

Comments
 (0)