[DURACOM-195] replace ul/li with div in navbar

(cherry picked from commit abba806d40)
This commit is contained in:
Davide Negretti
2024-02-26 16:22:28 +01:00
parent a9c3008cee
commit 48e9817245
5 changed files with 14 additions and 15 deletions

View File

@@ -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>