Merge branch 'update-cicd-icon' into 'master'
Update CI/CD icon to be the rocket Closes #46491 See merge request gitlab-org/gitlab-ce!19024
This commit is contained in:
commit
fa04ec1166
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
= nav_link(controller: [:pipelines, :builds, :jobs, :pipeline_schedules, :artifacts]) do
|
||||
= link_to project_pipelines_path(@project), class: 'shortcuts-pipelines' do
|
||||
.nav-icon-container
|
||||
= sprite_icon('pipeline')
|
||||
= sprite_icon('rocket')
|
||||
%span.nav-item-name
|
||||
= _('CI / CD')
|
||||
|
||||
|
|
Loading…
Reference in a new issue