mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: Add text file icon class
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
9e047e9bca
commit
3c12d27c17
1 changed files with 4 additions and 0 deletions
|
|
@ -179,6 +179,10 @@ const iconsColor = {
|
|||
path: path.join(__dirname, '../img', 'filetypes', 'text.svg'),
|
||||
color: 'grey',
|
||||
},
|
||||
'file-text': {
|
||||
path: path.join(__dirname, '../img', 'filetypes', 'text.svg'),
|
||||
color: 'black',
|
||||
},
|
||||
}
|
||||
|
||||
// use this to define aliases to existing icons
|
||||
|
|
|
|||
Loading…
Reference in a new issue