This commit is contained in:
tiago.kayaya
2021-04-07 09:32:17 +01:00
parent 6ef21f8699
commit 53e3908fff
6 changed files with 48 additions and 18 deletions
+3 -3
View File
@@ -105,7 +105,7 @@
<!-- most searched word-->
<div class="most-searched-words d-md-flex flex-md-column">
<p class="title ion-text-center">Assunto mais pesquisado</p>
<p class="title ion-text-center">Assuntos mais recebidos</p>
<div class="most-searched-word-container height-100 overflow-y-auto">
</div>
</div>
@@ -121,8 +121,8 @@
<div class="d-flex sort-by ion-justify-content-center">
<p>
<span class="order">Order por:</span>
<span *ngIf="ordinance == 'recent'" class="order-labal">Mais Recente</span>
<span *ngIf="ordinance == 'old'" class="order-labal">Mais Antigo</span>
<span *ngIf="ordinance == 'recent'" class="order-labal">Mais Recentes</span>
<span *ngIf="ordinance == 'old'" class="order-labal">Mais Antigos</span>
</p>
</div>
<div>