diff --git a/en/ui/angular/theme-lepton-custom-style.md b/en/ui/angular/theme-lepton-custom-style.md index 82adcf8a..c9071298 100644 --- a/en/ui/angular/theme-lepton-custom-style.md +++ b/en/ui/angular/theme-lepton-custom-style.md @@ -87,7 +87,7 @@ Now, pass this component as `contentAfterRoutes` option to `ThemeLeptonModule`. @NgModule({ imports: [ // other imports are removed for sake of brevity - + SupportLinkModule, ThemeLeptonModule.forRoot({ contentAfterRoutes: [SupportLinkComponent], })