Skip to content

Commit

Permalink
Updated gatsby file icon #188
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 24, 2018
1 parent ea839bc commit 76ad99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions icons/gatsby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,6 @@ export const fileIcons: FileIcons = {
{ name: 'dotjs', fileExtensions: ['def', 'dot', 'jst'] },
{ name: 'ejs', fileExtensions: ['ejs'] },
{ name: 'sequelize', fileNames: ['.sequelizerc'] },
{ name: 'gatsby', fileNames: ['gatsby.config.js']}
{ name: 'gatsby', fileNames: ['gatsby.config.js'] }
]
};

0 comments on commit 76ad99b

Please sign in to comment.