Versions Compared

Key

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

...

  • TASK 10—Send the theme to hero component

    • path: intl-whitelabel-app/workspaces/frontend/src/components/features/components/hero/hero-container.tsx

    • Use the feature flag here.

    • Update the ctg-component-library version

    • Use the method created to generate the theme by Brand and add on hero component

      Code Block
      languagetypescript
      <Hero
        ...
        backgroundHero={backgroundHero}
        isSplit={true}
        backgroundSplit={backgroundSplit}
      />

...