add credit

This commit is contained in:
CHIEFSOFT\ameye
2023-11-27 08:40:04 -05:00
parent 25cd94b16e
commit 08d391def2
+2 -3
View File
@@ -27,15 +27,14 @@
<div *ngIf="tabs =='tasks'" class="lesson">
<div *ngIf="active_job_count == 0 && active_offers_count == 0 ">
<ion-card>
<ion-card style="background-color: #f4f1f0;">
<img alt="WrenchBoard Tasks" src="https://www.wrenchboard.com/assets/images/apps/current-tasks.png" />
<ion-card-header>
<ion-card-title>Current Tasks</ion-card-title>
<!-- <ion-card-subtitle>Card Subtitle</ion-card-subtitle>-->
</ion-card-header>
<ion-card-content>
You currently have no active tasks or shores. Visit the Market to find anything interesting to you.
You currently have no active tasks or chores. Visit the Market to find anything interesting to you.
</ion-card-content>
</ion-card>
</div>