|
@ -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> |
|
|
<div class="mb-5 row"> |
|
|
<div class="mb-5 row"> |
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
<div class="d-flex"> |
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
<div class="align-items-center d-flex flex-grow-1 justify-content-end"> |
|
|
<div class="align-items-center d-flex flex-grow-1 justify-content-end"> |
|
|
<gf-toggle |
|
|
<gf-toggle |
|
|
class="d-none d-lg-block" |
|
|
class="d-none d-lg-block" |
|
@ -12,7 +12,7 @@ |
|
|
(change)="onChangeFearAndGreedIndexMode($event.value)" |
|
|
(change)="onChangeFearAndGreedIndexMode($event.value)" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
<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> |
|
|