Skip to content

Update outdated golden tanuki logo

What does this MR do and why?

Update logo in ultimate trial banner and active trial status widget to be in-line with current brand guidelines

Screenshots or screen recordings

Before After
Screenshot_2023-11-22_at_14.20.42 Screenshot_2023-11-22_at_14.20.33
Screenshot_2023-11-22_at_14.40.12 Screenshot_2023-11-22_at_14.39.44

How to set up and validate locally

bin/rails console

> GitlabSubscription
  .find_or_initialize_by(namespace: Group.last)
  .update(trial: true, trial_starts_on: Date.yesterday, trial_ends_on: 30.days.from_now, hosted_plan: Plan.find_by(name: 'ultimate'))
  • Visit create group path.
  • Validate trial widget logo.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #431132

Edited by Serhii Yarynovskyi

Merge request reports