diff --git a/dist/components/icon.css b/dist/components/icon.css index 4c4a41cef..617f03144 100755 --- a/dist/components/icon.css +++ b/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 { diff --git a/dist/semantic.css b/dist/semantic.css index 671bcbd27..c4fccd10c 100755 --- a/dist/semantic.css +++ b/dist/semantic.css @@ -9889,7 +9889,7 @@ i.icon.linux:before { content: "\f17c"; } -i.icon.dribbble:before { +i.icon.dribble:before { content: "\f17d"; } diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index 9434bedcf..e88e2350c 100644 --- a/src/themes/default/elements/icon.overrides +++ b/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"; }