Change get started button on mobile

This commit is contained in:
Konstantinos Triantafyllou 2022-11-30 17:53:33 +02:00
parent 289694288b
commit 44999ab06d
4 changed files with 9 additions and 8 deletions

View File

@ -30,11 +30,9 @@ import {ResourcesService} from "./openaireLibrary/monitor/services/resources.ser
<navbar *ngIf="properties && showMenu && header" portal="monitor" [header]="header" [onlyTop]="false"
[userMenuItems]=userMenuItems [menuItems]=menuItems [user]="user"
[showMenu]=showMenu [properties]="properties">
<ul extra-s class="uk-nav uk-nav-default uk-margin-small-top">
<li routerLinkActive="uk-active">
<a routerLink="/get-started">Get Started</a>
</li>
</ul>
<div *ngIf="showGetStarted" extra-s class="uk-margin-large-top uk-text-center">
<a class="uk-button uk-button-small uk-button-primary uk-text-uppercase" routerLink="/get-started">Get Started</a>
</div>
<a *ngIf="showGetStarted" extra-m class="uk-button uk-button-small uk-button-primary uk-text-uppercase uk-margin-left" routerLink="/get-started">Get Started</a>
</navbar>
<schema2jsonld *ngIf="properties " [URL]="properties.domain + properties.baseLink"
@ -190,6 +188,9 @@ export class AppComponent {
new MenuItem("", "Blog", "https://blogs.openaire.eu/", "", false, [], [], {}),
new MenuItem("", "Contact us", "https://beta.openaire.eu/contact-us", "", false, [], [], {})
];
this.menuItems.push(
new MenuItem("contact-us", "Contact us", "", "/contact-us", false, [], null, {}, null, null, "uk-hidden@m")
);
this.showMenu = true;
if(typeof document !== 'undefined') {
setTimeout(() => {

@ -1 +1 @@
Subproject commit 64b22f3eb54c3cd75a2ff579a810e67bac19b8e8
Subproject commit 095e3340c0c157cc490c276d4725f9559da0f89d

@ -1 +1 @@
Subproject commit 24779729b6f6bd4f099ed5645786b6452120d3d6
Subproject commit 6e71e0fc524cba542d746f749baede4be800a86f

@ -1 +1 @@
Subproject commit a9acdff7b3249794e002bffff52c07babc3d9d06
Subproject commit 401bf13ae2385e262dd0d43363fd8b73984a4fab