diff --git a/icons/adonis.svg b/icons/adonis.svg new file mode 100644 index 0000000000..a3609363ed --- /dev/null +++ b/icons/adonis.svg @@ -0,0 +1 @@ + diff --git a/icons/adonisjs.svg b/icons/adonisjs.svg deleted file mode 100644 index bf8155f740..0000000000 --- a/icons/adonisjs.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index b1e1b40feb..ec6d98bd30 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -880,8 +880,6 @@ export const fileIcons: FileIcons = { { name: 'coconut', fileExtensions: ['coco'] }, { name: 'capacitor', fileNames: ['capacitor.config.json'] }, { name: 'sketch', fileExtensions: ['sketch'] }, - - - { name: 'adonisjs', fileExtensions: ['.adonisrc.json'] } + { name: 'adonis', fileNames: ['.adonisrc.json'] }, ] };