mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-195] fix
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
[attr.role]="(isMobile$ | async) ? 'navigation' : 'presentation'"
|
[attr.role]="(isMobile$ | async) ? 'navigation' : 'presentation'"
|
||||||
[attr.aria-label]="(isMobile$ | async) ? ('nav.main.description' | translate) : null"
|
[attr.aria-label]="(isMobile$ | async) ? ('nav.main.description' | translate) : null"
|
||||||
class="h-100 flex-fill d-flex flex-row flex-nowrap justify-content-start align-items-center gapx-3">
|
class="h-100 flex-fill d-flex flex-row flex-nowrap justify-content-start align-items-center gapx-3">
|
||||||
<a class="d-block" routerLink="/home" [attr.aria-label]="'home.title' | translate">
|
<a class="d-block my-2 my-md-0" routerLink="/home" [attr.aria-label]="'home.title' | translate">
|
||||||
<img id="header-logo" src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate"/>
|
<img id="header-logo" src="assets/images/dspace-logo.svg" [attr.alt]="'menu.header.image.logo' | translate"/>
|
||||||
</a>
|
</a>
|
||||||
<nav *ngIf="!(isMobile$ | async)" class="navbar navbar-expand p-0 align-items-stretch align-self-stretch" id="desktop-navbar" [attr.aria-label]="'nav.main.description' | translate">
|
<nav *ngIf="!(isMobile$ | async)" class="navbar navbar-expand p-0 align-items-stretch align-self-stretch" id="desktop-navbar" [attr.aria-label]="'nav.main.description' | translate">
|
||||||
|
Reference in New Issue
Block a user