Skip to content

Commit

Permalink
Merge pull request #32 from grzlus/master
Browse files Browse the repository at this point in the history
Fix typo on Nginx icon
  • Loading branch information
vorillaz committed Jul 31, 2014
2 parents 45e579e + bffe0b8 commit a371342
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion css/devicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
.devicons-groovy:before {
content: "\e675"; }

.devicons-ngnix:before {
.devicons-nginx:before {
content: "\e676"; }

.devicons-haskell:before {
Expand Down
2 changes: 1 addition & 1 deletion css/devicons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/devicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ $devicons: (git "\e602"),
(uikit "\e673"),
(doctrine "\e674"),
(groovy "\e675"),
(ngnix "\e676"),
(nginx "\e676"),
(haskell "\e677"),
(zend "\e678"),
(gnu "\e679"),
Expand Down
2 changes: 1 addition & 1 deletion ie7/ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
.devicons-groovy {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.devicons-ngnix {
.devicons-nginx {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.devicons-haskell {
Expand Down
2 changes: 1 addition & 1 deletion ie7/ie7.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
'devicons-uikit': '',
'devicons-doctrine': '',
'devicons-groovy': '',
'devicons-ngnix': '',
'devicons-nginx': '',
'devicons-haskell': '',
'devicons-zend': '',
'devicons-gnu': '',
Expand Down
6 changes: 3 additions & 3 deletions selection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2683,15 +2683,15 @@
],
"grid": 14,
"tags": [
"ngnix"
"nginx"
]
},
"properties": {
"order": 122,
"id": 135,
"prevSize": 32,
"code": 58998,
"name": "ngnix",
"name": "nginx",
"ligatures": ""
},
"setIdx": 0,
Expand Down Expand Up @@ -2906,4 +2906,4 @@
"devfont": "NDg5NjZjM2MyY2IwZjAzZjg4Y2Q3NmNiY2E2YmJhN2YjMiMxNDA0MTUzMTQ1IyMj"
}
}
}
}
Loading

0 comments on commit a371342

Please sign in to comment.