diff --git a/landingPages/project/project.component.html b/landingPages/project/project.component.html
index adb15e72..a9447d76 100644
--- a/landingPages/project/project.component.html
+++ b/landingPages/project/project.component.html
@@ -971,15 +971,21 @@
-
-
-
Powered by OpenAIRE Open Research Graph
-
- Last update of records in OpenAIRE: {{indexUpdateDate | date: 'MMM dd, yyyy'}}
-
+
+
+
+
+
Powered by OpenAIRE Open Research Graph
+
+ Last update of records in OpenAIRE: {{indexUpdateDate | date: 'MMM dd, yyyy'}}
+
+
+
+
+
Any information missing or wrong?
+
Report an Issue
+
-
-
0"
[texts]="pageContents['bottom']">
diff --git a/landingPages/project/project.component.ts b/landingPages/project/project.component.ts
index 365be75a..7cd08bf3 100644
--- a/landingPages/project/project.component.ts
+++ b/landingPages/project/project.component.ts
@@ -766,4 +766,8 @@ export class ProjectComponent {
public getResultPreview(result: SearchResult, type: string): ResultPreview {
return ResultPreview.searchResultConvert(result, type);
}
+
+ public scroll() {
+ HelperFunctions.scroll();
+ }
}