Skip to content

Refactor: Abstract logo component for super-sidebar

What does this MR do and why?

  • Jihu needs to change the logo in new super-sidebar component
  • Abstract brand logo to new component in user-bar component

other than this I have a second proposal which is change the logo path like this

- import logo from '../../../../views/shared/_logo.svg';
+ import logo from 'jh_else_ce/../../views/shared/_logo.svg';

/cc @prajnamas @x-- @JeremyWuuuuu @qk44077907

Screenshots or screen recordings

Before

image

After

image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by fenyu

Merge request reports