Commit 1eaa47db authored by Fatih Acet's avatar Fatih Acet

Merge branch '208706-replace-empty-geo-svg' into 'master'

Update Geo Empty State SVG

Closes #208706

See merge request gitlab-org/gitlab!26325
parents 0fcd522b c8cd33e7
This diff is collapsed.
- page_title _('Geo Designs')
#js-geo-designs{ data: { "geo-svg-path" => image_path('illustrations/gitlab_geo.svg'),
#js-geo-designs{ data: { "geo-svg-path" => image_path('illustrations/empty-state/geo-empty.svg'),
"issues-svg-path" => image_path('illustrations/issues.svg'),
"geo-troubleshooting-link" => help_page_path('administration/geo/replication/troubleshooting.html'),
"design-management-link" => help_page_path('user/project/issues/design_management.html') } }
.row.empty-state
.col-12
.svg-content
= image_tag 'illustrations/gitlab_geo.svg'
= image_tag 'illustrations/empty-state/geo-empty.svg'
.col-12
.text-content
%h4.text-center= _('Discover GitLab Geo')
......
import { convertObjectPropsToCamelCase } from '~/lib/utils/common_utils';
export const MOCK_GEO_SVG_PATH = 'illustrations/gitlab_geo.svg';
export const MOCK_GEO_SVG_PATH = 'illustrations/empty-state/geo-empty.svg';
export const MOCK_ISSUES_SVG_PATH = 'illustrations/issues.svg';
......
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