Skip to content

Commit 742a1de

Browse files
committed
delete auth0 component from home page
1 parent 53af493 commit 742a1de

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/features/home/components/home-page/home-page.component.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,10 @@ export const HomePageComponent: React.FC<HomePageComponentProps> = ({
148148
dictionary={auth0Dictionary.ebook}
149149
/>
150150
<AssetsComponent
151-
dictionary={jwtDictionary}
151+
jwtDictionary={jwtDictionary}
152+
auth0Dictionary={auth0Dictionary}
152153
languageCode={languageCode}
153154
/>
154-
<Auth0CtaComponent
155-
languageCode={languageCode}
156-
dictionary={auth0Dictionary.banner}
157-
/>
158155
</aside>
159156
{/*<CounterComponent />*/}
160157
</>

0 commit comments

Comments
 (0)