Browse Source

Extend markets

pull/5076/head
Thomas Kaul 2 months ago
parent
commit
e72f2fcfe8
  1. 4
      apps/client/src/app/components/markets/markets.html

4
apps/client/src/app/components/markets/markets.html

@ -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>

Loading…
Cancel
Save