diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html
index 602cc7f6..8db27825 100644
--- a/landingPages/result/resultLanding.component.html
+++ b/landingPages/result/resultLanding.component.html
@@ -498,6 +498,13 @@
+
+
+ Recommended
+
+
+
+
@@ -681,7 +688,11 @@
-
+
+
+
+
+
0">
diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts
index fa866f9a..005752e7 100644
--- a/landingPages/result/resultLanding.component.ts
+++ b/landingPages/result/resultLanding.component.ts
@@ -175,6 +175,7 @@ export class ResultLandingComponent {
@ViewChild('fundedByFsModal') fundedByFsModal: FullScreenModalComponent;
@ViewChild('relatedCommunitiesFsModal') relatedCommunitiesFsModal: FullScreenModalComponent;
@ViewChild('enermapsToolFsModal') enermapsToolFsModal: FullScreenModalComponent;
+ @ViewChild('recommendedFsModal') recommendedFsModal: FullScreenModalComponent;
@ViewChild('sdgsFsModal') sdgsFsModal: FullScreenModalComponent;
@ViewChild('fosFsModal') fosFsModal: FullScreenModalComponent;