]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: Add text file icon class
authorChristopher Ng <chrng8@gmail.com>
Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)
committerChristopher Ng <chrng8@gmail.com>
Wed, 9 Oct 2024 21:34:53 +0000 (14:34 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
core/src/icons.js

index b46101d650c8e342df4607f4ed4c6a9f94dec708..5845b01fea14c67f2fcade91a00f89dfac819dad 100644 (file)
@@ -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