Skip to content

Commit c3ffaf7

Browse files
committed
Revert "[UXP-149] Removed links "tweets" from homepage"
This reverts commit b650b5a.
1 parent b650b5a commit c3ffaf7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/home-page/home-page.component.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@
5151
[sectionId]="sectionId" [site]="site$.value"
5252
[gridSection]="$any(sectionComponent)"></ds-themed-grid-section>
5353

54-
</div>
54+
<ds-themed-twitter-section *ngSwitchCase="'twitter'"
55+
[sectionId]="sectionId"
56+
[twitterSection]="$any(sectionComponent)"></ds-themed-twitter-section>
57+
58+
</div>
5559
</div>
5660
</div>
5761
</div>

0 commit comments

Comments
 (0)