mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Show a book icon for *.bib
files.
This commit is contained in:
parent
d813f45d28
commit
10f64004fc
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ define [
|
|||
return "table"
|
||||
else if ext in ["py", "r"]
|
||||
return "file-text"
|
||||
else if ext in ['bib']
|
||||
return 'book'
|
||||
else
|
||||
return "file"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue