Skip to content

Commit

Permalink
analyze charts tab renamed to custom chart (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 20, 2023
1 parent 7d7b5c9 commit 1802e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/item-detail/item-detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ <h6 class="card-header bg-transparent">Overall Chart</h6>
</ng-template>
</li>
<li ngbNavItem [ngbNavItem]="2">
<a ngbNavLink class="nav-link bg-transparent">Analyze charts</a>
<a ngbNavLink class="nav-link bg-transparent">Custom chart</a>
<ng-template ngbNavContent>
<div class="row charts">
<div class="col tab-charts">
Expand Down

0 comments on commit 1802e4b

Please sign in to comment.