Skip to content

Commit

Permalink
Merge pull request #54 from oneteme/develop
Browse files Browse the repository at this point in the history
hide architecture
  • Loading branch information
antonin77 authored Nov 22, 2024
2 parents 1882c68 + 79e54a8 commit 197d8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<button mat-icon-button [matMenuTriggerFor]="menu">
<mat-icon>more_vert</mat-icon>
</button>
<button mat-icon-button [routerLink]="['architecture']">
<!--<button mat-icon-button [routerLink]="['architecture']">
<mat-icon class="material-symbols-outlined">lan</mat-icon>
</button>
</button>-->
<mat-menu #menu="matMenu">
<button mat-menu-item [routerLink]="['session/rest']" routerLinkActive="item-selected"
[queryParams]="{env: env.value}">
Expand Down

0 comments on commit 197d8a1

Please sign in to comment.