Skip to content

Commit

Permalink
Remove security icon and use 'lock.svg' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleKitacho committed Jul 1, 2020
1 parent 4934692 commit 87ef79b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
77 changes: 0 additions & 77 deletions icons/security.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,6 @@ export const fileIcons: FileIcons = {
{ name: 'dhall', fileExtensions: ['dhall', 'dhallb'] },
{ name: 'nrwl', fileNames: ['nx.json'] },
{ name: 'imba', fileExtensions: ['imba'] },
{ name: 'security', fileNames: ['security.md', 'security.txt', 'security']}
{ name: 'lock', fileNames: ['security.md', 'security.txt', 'security']}
]
};

0 comments on commit 87ef79b

Please sign in to comment.