diff --git a/web/app/components/Header/index.tsx b/web/app/components/Header/index.tsx index e4c014b9e..b98f92769 100644 --- a/web/app/components/Header/index.tsx +++ b/web/app/components/Header/index.tsx @@ -115,7 +115,7 @@ const getCallsToAction = (t: typeof i18nextT) => [ }, ] -const SolutionsMenu = () => { +const SolutionsMenu = ({ inverted }: { inverted?: boolean }) => { const { t } = useTranslation('common') const solutions = getSolutions(t) const ctas = getCallsToAction(t) @@ -148,7 +148,10 @@ const SolutionsMenu = () => { >