Skip to content

Commit

Permalink
Added alternative node icon (Closes #262)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 1, 2018
1 parent 7f7f716 commit 0967da8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icons/nodejs.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/nodejs_alt.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 src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'hcl' }, ids: ['hcl'] },
{ icon: { name: 'go' }, ids: ['go'] },
{ icon: { name: 'go_gopher' }, ids: [] },
{ icon: { name: 'nodejs_alt' }, ids: [] },
{ icon: { name: 'django' }, ids: ['django-html', 'django-txt'] },
];

0 comments on commit 0967da8

Please sign in to comment.