mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[DURACOM-195] replace ul/li with div in navbar
(cherry picked from commit abba806d40
)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<li role="presentation"
|
||||
class="ds-menu-item-wrapper text-md-center"
|
||||
[id]="'navbar-section-' + section.id">
|
||||
<div class="ds-menu-item-wrapper text-md-center"
|
||||
[id]="'navbar-section-' + section.id">
|
||||
<ng-container *ngComponentOutlet="(sectionMap$ | async).get(section.id).component; injector: (sectionMap$ | async).get(section.id).injector;"></ng-container>
|
||||
</li>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user