Commit 4d68603e authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch '42751-replace-fa-globe-with-gitlab-svg-earth-icon' into 'master'

Remove fa-globe in Explore Projects Visibility dropdown

Closes #42751

See merge request gitlab-org/gitlab!21659
parents 62848d57 035a328a
......@@ -5,8 +5,7 @@
.dropdown.js-project-filter-dropdown-wrap{ class: ('d-flex flex-grow-1 flex-shrink-1' if feature_project_list_filter_bar) }
%button.dropdown-menu-toggle{ href: '#', "data-toggle" => "dropdown", 'data-display' => 'static' }
- unless has_label
= icon('globe', class: 'mt-1')
%span.light.ml-3= _("Visibility:")
%span= _("Visibility:")
- if params[:visibility_level].present?
= visibility_level_label(params[:visibility_level].to_i)
- else
......
---
title: Remove globe icon from explore projects dropdown
merge_request: 21659
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment