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
After
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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by fenyu