Skip to content

Commit

Permalink
Update color of netlify icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 18, 2019
1 parent bcb4999 commit d6da2f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
4 changes: 1 addition & 3 deletions icons/netlify.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions icons/netlify_light.svg

This file was deleted.

18 changes: 9 additions & 9 deletions src/icons/fileIcons.ts
Expand Up @@ -670,16 +670,16 @@ export const fileIcons: FileIcons = {
},
{ name: 'watchman', fileNames: ['.watchmanconfig'] },
{ name: 'aurelia', fileNames: ['aurelia.json'] },
{
name: 'mocha',
{
name: 'mocha',
fileNames: [
'mocha.opts',
'.mocharc.yml',
'.mocharc.yaml',
'mocha.opts',
'.mocharc.yml',
'.mocharc.yaml',
'.mocharc.js',
'.mocharc.json',
'.mocharc.jsonc'
]
'.mocharc.json',
'.mocharc.jsonc'
]
},
{ name: 'jenkins', fileNames: ['jenkinsfile'] },
{ name: 'firebase', fileNames: ['firebase.json', '.firebaserc'] },
Expand Down Expand Up @@ -789,7 +789,7 @@ export const fileIcons: FileIcons = {
{ name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] },
{ name: '3d', fileExtensions: ['stl', 'obj'] },
{ name: 'buildkite', fileNames: ['buildkite.yml', 'buildkite.yaml'] },
{ name: 'netlify', fileNames: ['netlify.toml'], light: true },
{ name: 'netlify', fileNames: ['netlify.toml'] },
{ name: 'svg', fileExtensions: ['svg'] },
{ name: 'svelte', fileExtensions: ['svelte'] },
]
Expand Down

0 comments on commit d6da2f1

Please sign in to comment.