We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b650b5a commit c3ffaf7Copy full SHA for c3ffaf7
1 file changed
src/app/home-page/home-page.component.html
@@ -51,7 +51,11 @@
51
[sectionId]="sectionId" [site]="site$.value"
52
[gridSection]="$any(sectionComponent)"></ds-themed-grid-section>
53
54
- </div>
+ <ds-themed-twitter-section *ngSwitchCase="'twitter'"
55
+ [sectionId]="sectionId"
56
+ [twitterSection]="$any(sectionComponent)"></ds-themed-twitter-section>
57
+
58
+ </div>
59
</div>
60
61
0 commit comments