Skip to content

Commit

Permalink
use ion note for subtext
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel committed Nov 30, 2023
1 parent 14b12e1 commit 6200921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/FindFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<ion-chip outline @click.stop="changeOrderLimitPopover($event, facility)">
<ion-label>{{ facility.orderCount }} {{ '/' }} {{ facility.maximumOrderLimit }}</ion-label>
</ion-chip>
<p>{{ translate('threshold consumed') }}</p>
<ion-note>{{ translate('threshold consumed') }}</ion-note>
</div>

<ion-chip outline v-else-if="facility.orderLimitType === 'unlimited'" @click.stop="changeOrderLimitPopover($event, facility)">
Expand Down Expand Up @@ -131,6 +131,7 @@ import {
IonLabel,
IonList,
IonMenuButton,
IonNote,
IonPage,
IonSearchbar,
IonSelect,
Expand Down Expand Up @@ -180,6 +181,7 @@ export default defineComponent({
IonLabel,
IonList,
IonMenuButton,
IonNote,
IonPage,
IonSearchbar,
IonSelect,
Expand Down

0 comments on commit 6200921

Please sign in to comment.