Changed the title on the home page and removed the learn more button until we have an about page

This commit is contained in:
Stefania Martziou 2021-07-23 09:53:55 +00:00
parent 9ee6668d8c
commit 83c2107df0
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
<div class="md-card infoBox">
<ng-container *ngIf="!selectedCountry">
<div class="md-card-toolbar">
<h3 class="uk-text-center">OPENAIRE MONITOR OBSERVATORY</h3>
<h3 class="uk-text-center">OPENAIRE OPEN SCIENCE OBSERVATORY</h3>
</div>
<div *ngIf="!selectedCountry" class="md-card-content">
<div>An OpenAIRE service to:</div>
@ -38,9 +38,9 @@
View open collaboration patterns
</li>
</ul>
<div class="uk-text-center uk-margin-medium-top uk-margin-medium-bottom">
<button class="md-btn md-btn-primary">Learn More</button>
</div>
<!--<div class="uk-text-center uk-margin-medium-top uk-margin-medium-bottom">-->
<!--<button [routerLink]="['/methodology']" class="md-btn md-btn-primary">Learn More</button>-->
<!--</div>-->
</div>
<div></div>