Browse Source

spelling: dribble

pull/4067/head
Josh Soref 8 years ago
parent
commit
b404ae54e5
3 changed files with 3 additions and 3 deletions
  1. 2
      dist/components/icon.css
  2. 2
      dist/semantic.css
  3. 2
      src/themes/default/elements/icon.overrides

2
dist/components/icon.css

@ -2138,7 +2138,7 @@ i.icon.android:before {
i.icon.linux:before {
content: "\f17c";
}
i.icon.dribbble:before {
i.icon.dribble:before {
content: "\f17d";
}
i.icon.skype:before {

2
dist/semantic.css

@ -9889,7 +9889,7 @@ i.icon.linux:before {
content: "\f17c";
}
i.icon.dribbble:before {
i.icon.dribble:before {
content: "\f17d";
}

2
src/themes/default/elements/icon.overrides

@ -602,7 +602,7 @@ i.icon.apple:before { content: "\f179"; }
i.icon.windows:before { content: "\f17a"; }
i.icon.android:before { content: "\f17b"; }
i.icon.linux:before { content: "\f17c"; }
i.icon.dribbble:before { content: "\f17d"; }
i.icon.dribble:before { content: "\f17d"; }
i.icon.skype:before { content: "\f17e"; }
i.icon.foursquare:before { content: "\f180"; }
i.icon.trello:before { content: "\f181"; }

Loading…
Cancel
Save