chore: implemented feedback

This commit is contained in:
Catalin Pit
2023-09-08 12:39:13 +03:00
parent 67571158e8
commit 6cdba45396
2 changed files with 18 additions and 11 deletions

View File

@ -37,9 +37,9 @@ type TCardData = {
| 'NOT_SIGNED'
| 'SENT'
| 'NOT_SENT';
}[];
};
const CARD_DATA: TCardData = [
const CARD_DATA: TCardData[] = [
{
icon: UserSquare2,
title: 'Total recipients in the database',