From 16771dfe7f4d2fb802ff57654eee4097d176c8b4 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 7 May 2015 11:58:03 -0400 Subject: [PATCH] #2222 fix phone icon name --- src/themes/default/elements/icon.overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index 79d22ca02..159c360f1 100644 --- a/src/themes/default/elements/icon.overrides +++ b/src/themes/default/elements/icon.overrides @@ -650,7 +650,7 @@ i.icon.log.out:before { content: "\f08b"; } i.icon.thumb.tack:before { content: "\f08d"; } i.icon.winner:before { content: "\f091"; } i.icon.bookmark.outline:before { content: "\f097"; } -i.icon.phone.square:before { content: "\f098"; } +i.icon.phone:before { content: "\f095"; } i.icon.phone.square:before { content: "\f098"; } i.icon.credit.card:before { content: "\f09d"; } i.icon.hdd.outline:before { content: "\f0a0"; }