From 06c607eb9d9b6aced406eaaeffeba78adba70e41 Mon Sep 17 00:00:00 2001
From: Julia Miocene <jmiocene@gitlab.com>
Date: Tue, 3 Oct 2023 11:13:53 +0000
Subject: [PATCH] Fix devops empty state illustration

---
 ee/app/views/admin/dev_ops_report/_devops_tabs.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ee/app/views/admin/dev_ops_report/_devops_tabs.html.haml b/ee/app/views/admin/dev_ops_report/_devops_tabs.html.haml
index 332f6973fbb79..5c0649886a8fb 100644
--- a/ee/app/views/admin/dev_ops_report/_devops_tabs.html.haml
+++ b/ee/app/views/admin/dev_ops_report/_devops_tabs.html.haml
@@ -6,4 +6,4 @@
 - if !service_ping_enabled
   #js-devops-service-ping-disabled{ data: { is_admin: current_user&.admin.to_s, empty_state_svg_path: image_path('illustrations/convdev/convdev_no_index.svg'), enable_service_ping_path: metrics_and_profiling_admin_application_settings_path(anchor: 'js-usage-settings') } }
 - else
-  .js-devops-adoption{ data: { empty_state_svg_path: image_path('illustrations/monitoring/getting_started.svg'), devops_score_metrics: devops_score_metrics(@metric).to_json, no_data_image_path: image_path('dev_ops_report_no_data.svg'), devops_score_intro_image_path: image_path('dev_ops_report_overview.svg') } }
+  .js-devops-adoption{ data: { empty_state_svg_path: image_path('illustrations/empty-state/empty-groups-md.svg'), devops_score_metrics: devops_score_metrics(@metric).to_json, no_data_image_path: image_path('dev_ops_report_no_data.svg'), devops_score_intro_image_path: image_path('dev_ops_report_overview.svg') } }
-- 
GitLab