diff --git a/app/assets/images/fonts/svg-icons/mail_white.svg b/app/assets/images/fonts/svg-icons/mail_white.svg deleted file mode 100644 index 5d21bd83a..000000000 --- a/app/assets/images/fonts/svg-icons/mail_white.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - diff --git a/app/assets/stylesheets/typography.scss b/app/assets/stylesheets/typography.scss index f94253f80..0aa346ae1 100644 --- a/app/assets/stylesheets/typography.scss +++ b/app/assets/stylesheets/typography.scss @@ -21,7 +21,3 @@ .diaspora-custom-compose:before { content: 'a'; } - -.diaspora-custom-mail:before { - content: 'b'; -} diff --git a/app/views/layouts/_header.mobile.haml b/app/views/layouts/_header.mobile.haml index 288406870..799c2fc79 100644 --- a/app/views/layouts/_header.mobile.haml +++ b/app/views/layouts/_header.mobile.haml @@ -16,7 +16,7 @@ -# Conversations %li = link_to conversations_path, class: "badge-link", id: "conversations-badge" do - %i.diaspora-custom-mail + %i.entypo-mail - if current_user.unread_message_count > 0 %span.badge.badge-important#conversation = current_user.unread_message_count