Skip to content

Commit

Permalink
Update tab names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmain-scottlogic committed Jul 23, 2024
1 parent 78870f8 commit ab80298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/carbon-estimation/carbon-estimation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ <h2 class="tce-text-2xl">Estimations</h2>
</div>
</expansion-panel>
<tabs class="tce-mt-2">
<tab-item [title]="'Graphic'" (tabSelected)="treemapSelected()">
<tab-item [title]="'Diagram'" (tabSelected)="treemapSelected()">
<carbon-estimation-treemap
#treemap
[carbonEstimation]="carbonEstimation()"
[chartHeight]="chartHeight"></carbon-estimation-treemap>
</tab-item>
<tab-item [active]="true" [title]="'Tabular'">
<tab-item [active]="true" [title]="'Table'">
<carbon-estimation-table [carbonEstimation]="carbonEstimation()"></carbon-estimation-table
></tab-item>
</tabs>
Expand Down

0 comments on commit ab80298

Please sign in to comment.