From 7cecff0ef9f33841ad5c37a7cefecbfb0bd421f4 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 15 Mar 2018 17:27:10 -0400 Subject: [PATCH] Rename icon bell-off. --- styles/icons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/icons.scss b/styles/icons.scss index 9780e041..02786718 100644 --- a/styles/icons.scss +++ b/styles/icons.scss @@ -114,7 +114,7 @@ .ffz-i-keyboard:before { content: '\f11c'; } /* '' */ .ffz-i-ellipsis-vert:before { content: '\f142'; } /* '' */ .ffz-i-twitch:before { content: '\f1e8'; } /* '' */ -.ffz-i-bell-off-empty:before { content: '\f1f7'; } /* '' */ +.ffz-i-bell-off:before { content: '\f1f7'; } /* '' */ .ffz-i-trash:before { content: '\f1f8'; } /* '' */ .ffz-i-window-maximize:before { content: '\f2d0'; } /* '' */ .ffz-i-window-minimize:before { content: '\f2d1'; } /* '' */