From 5088561e13f52d4313f5dc7ce369db6951948786 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sun, 21 Jul 2024 20:19:33 +0100 Subject: [PATCH] added rounded edges --- src/components/OffersInterest/ManageInterestOffer.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/OffersInterest/ManageInterestOffer.jsx b/src/components/OffersInterest/ManageInterestOffer.jsx index 3895b35..e91da39 100644 --- a/src/components/OffersInterest/ManageInterestOffer.jsx +++ b/src/components/OffersInterest/ManageInterestOffer.jsx @@ -232,11 +232,11 @@ export default function ManageInterestOffer(props) {
-

Name

+

Name

{props.offerDetails?.client_name}

-

Member Since

+

Member Since

{clientAdded.getFullYear()}{" - "} {clientAdded.getMonth() < 9 ? '0'+ (clientAdded.getMonth() + 1) : clientAdded.getMonth() + 1} @@ -251,7 +251,7 @@ export default function ManageInterestOffer(props) {

Previous Job Statistics

-
+

Completed:

@@ -390,7 +390,7 @@ export default function ManageInterestOffer(props) {
{/* END OF Detail section */} -
+
{/* Wallet balance and reward */}
-- 2.34.1