From 9b25718df3468151b4f674f3af589059daf019e6 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 25 Sep 2024 11:36:45 -0400 Subject: [PATCH] added padding --- .../components/offers-received/offers-received.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/offers-received/offers-received.component.html b/src/app/components/offers-received/offers-received.component.html index 7c54bee..e151e6b 100644 --- a/src/app/components/offers-received/offers-received.component.html +++ b/src/app/components/offers-received/offers-received.component.html @@ -7,7 +7,7 @@
-
{{item.title}}
+
{{item.title}}
Reward : {{item.price*0.01| number : '1.2-2'}} {{item.currency}}
Expires : {{item.expire | date}}
@@ -25,7 +25,7 @@
-
+
Reject