We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53af493 commit 742a1deCopy full SHA for 742a1de
src/features/home/components/home-page/home-page.component.tsx
@@ -148,13 +148,10 @@ export const HomePageComponent: React.FC<HomePageComponentProps> = ({
148
dictionary={auth0Dictionary.ebook}
149
/>
150
<AssetsComponent
151
- dictionary={jwtDictionary}
+ jwtDictionary={jwtDictionary}
152
+ auth0Dictionary={auth0Dictionary}
153
languageCode={languageCode}
154
- <Auth0CtaComponent
155
- languageCode={languageCode}
156
- dictionary={auth0Dictionary.banner}
157
- />
158
</aside>
159
{/*<CounterComponent />*/}
160
</>
0 commit comments