Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Figma design here: PLK - BK

Development

The items of menu are controlled by feature flags, to activate all flags, you can add true in hard-code.

This menu it is in src/pages/account/index.tsx

The items of menu are compost by component ArrowLink, so we need to create a new component for icons, we don’t change the ArrowLink because this component is used in other locals.

Attention, because the color of label and icons changed and now the colors changed according to brand. (look figma)

Assumptions

Release