Skip to content

Commit

Permalink
Updated hcl icons
Browse files Browse the repository at this point in the history
Closes #253
  • Loading branch information
PKief committed May 21, 2018
1 parent 638b721 commit 2105f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions icons/hcl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/hcl_light.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 @@ -664,6 +664,6 @@ export const fileIcons: FileIcons = {
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx'] },
{ name: 'wepy', fileExtensions: ['wpy'] },
{ name: 'fastlane', fileNames: ['fastfile', 'appfile'] },
{ name: 'hcl', fileNames: ['hcl'] },
{ name: 'hcl', fileNames: ['hcl'], light: true },
]
};

0 comments on commit 2105f29

Please sign in to comment.