Skip to content
Snippets Groups Projects

Update outdated golden tanuki logo

Update old logo in the trial alert and widget

Changelog: changed
EE: true
parent adb8006d
No related branches found
No related tags found
1 merge request!137663Update outdated golden tanuki logo
......@@ -24,7 +24,7 @@ def trial_status_widget_data_attrs(group, trial_status)
trial_status_common_data_attrs(group).merge(
trial_days_used: trial_status.days_used,
trial_duration: trial_status.duration,
nav_icon_image_path: image_path('illustrations/golden_tanuki.svg'),
nav_icon_image_path: image_path('illustrations/gitlab_logo.svg'),
percentage_complete: trial_status.percentage_complete
)
end
......
......@@ -9,7 +9,7 @@
body_options: { class: 'gl-display-flex gl-p-0!'}) do |c|
- c.with_body do
.gl-banner-illustration
= image_tag 'illustrations/golden_tanuki.svg', class: 'svg gl-w-8!'
= image_tag 'illustrations/gitlab_logo.svg', class: 'svg gl-w-8!'
.gl-banner-content
%h1.gl-banner-title= _('Free Trial of GitLab.com Ultimate')
%p
......
......@@ -18,7 +18,7 @@ exports[`TrialStatusWidget component without the optional containerId prop match
>
<img
class="svg"
src="illustrations/golden_tanuki.svg"
src="illustrations/gitlab_logo.svg"
width="16"
/>
</span>
......
......@@ -18,7 +18,7 @@ describe('TrialStatusWidget component', () => {
provide: {
trialDaysUsed,
trialDuration,
navIconImagePath: 'illustrations/golden_tanuki.svg',
navIconImagePath: 'illustrations/gitlab_logo.svg',
percentageComplete: 10,
planName: 'Ultimate',
plansHref: 'billing/path-for/group',
......
......@@ -91,7 +91,7 @@
it 'returns trial status widget data' do
expect(subject[:trial_status_widget_data_attrs]).to match({
container_id: "trial-status-sidebar-widget",
nav_icon_image_path: match_asset_path("/assets/illustrations/golden_tanuki.svg"),
nav_icon_image_path: match_asset_path("/assets/illustrations/gitlab_logo.svg"),
percentage_complete: 50.0,
plan_name: nil,
plans_href: group_billings_path(root_group),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment