Skip to content

Commit

Permalink
Merge pull request #1175 from dcervenkov/patch-1
Browse files Browse the repository at this point in the history
Change ipynb icon
  • Loading branch information
ariasuni committed Aug 3, 2023
2 parents c697d06 + b8cee60 commit e79f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/icons.rs
Expand Up @@ -209,7 +209,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"img" => '\u{e271}', // 
"iml" => '\u{e7b5}', // 
"ini" => '\u{f17a}', // 
"ipynb" => '\u{e606}', // 
"ipynb" => '\u{e678}', // 
"iso" => '\u{e271}', // 
"j2c" => '\u{f1c5}', // 
"j2k" => '\u{f1c5}', // 
Expand Down

0 comments on commit e79f736

Please sign in to comment.