Skip to content

Commit

Permalink
CE: Add markdown icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Jan 31, 2024
1 parent 71e7867 commit 4f4ad5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/components/codeeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ class CodeEditor {
ext == 'css' ? "fa-solid fa-hashtag dodgerblue" :
ext == 'xml' ? "fa-solid fa-rss orange" :
ext == 'bat' ? "fa-brands fa-windows lightblue" :
[ 'js', 'py', 'json', 'cpp', 'rs' ].indexOf( ext ) > -1 ? "images/" + ext + ".png" :
[ 'js', 'py', 'json', 'cpp', 'rs', 'md' ].indexOf( ext ) > -1 ? "images/" + ext + ".png" :
!isNewTabButton ? "fa-solid fa-align-left gray" : undefined;
}

Expand Down
Binary file added images/md.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f4ad5c

Please sign in to comment.