<% if Rails.application.secrets.new_update_profile_enabled %>
<%= profile_picture_tag(current_user, id: 'menu_avatar') %>
<% else %>
<%= link_to content_tag(:i, '', class: 'fa fa-sign-out'), destroy_user_session_path, method: :delete, id: "sign_out" %>
<% end %>
<%= unread_notifications_count %>