|
@@ -52,8 +52,8 @@
|
|
|
<div *ngFor="let scenario of filteredScenarios; last as isLast">
|
|
<div *ngFor="let scenario of filteredScenarios; last as isLast">
|
|
|
<div class="d-flex">
|
|
<div class="d-flex">
|
|
|
<div class="discs-caption">
|
|
<div class="discs-caption">
|
|
|
- <h4>{{scenario | niceName}}</h4>
|
|
|
|
|
<p>scenario</p>
|
|
<p>scenario</p>
|
|
|
|
|
+ <h4>{{scenario | niceName}}</h4>
|
|
|
<p>
|
|
<p>
|
|
|
of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
|
|
of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
|
|
|
</p>
|
|
</p>
|