|
@ -2,7 +2,7 @@ |
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1> |
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1> |
|
|
@if (hasPermissionToAccessFearAndGreedIndex) { |
|
|
@if (hasPermissionToAccessFearAndGreedIndex) { |
|
|
<div class="mb-5 row"> |
|
|
<div class="mb-5 row"> |
|
|
<div class="col-xs-12 col-md-8 offset-md-2"> |
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
<div class="mb-2 text-center text-muted"> |
|
|
<div class="mb-2 text-center text-muted"> |
|
|
<small i18n>Last {{ numberOfDays }} Days</small> |
|
|
<small i18n>Last {{ numberOfDays }} Days</small> |
|
|
</div> |
|
|
</div> |
|
@ -29,7 +29,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
<div class="mb-3 row"> |
|
|
<div class="mb-3 row"> |
|
|
<div class="col-xs-12 col-md-8 offset-md-2"> |
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
<gf-benchmark |
|
|
<gf-benchmark |
|
|
[benchmarks]="benchmarks" |
|
|
[benchmarks]="benchmarks" |
|
|
[deviceType]="deviceType" |
|
|
[deviceType]="deviceType" |
|
|