fixed issues
This commit is contained in:
parent
b8e31f7ba3
commit
e3d5ea8a9e
@ -46,7 +46,7 @@ const ProductDetails = ({
|
|||||||
bgColor: 'bg-[#F3FAF4]',
|
bgColor: 'bg-[#F3FAF4]',
|
||||||
textColor: 'text-[#3F8E50]',
|
textColor: 'text-[#3F8E50]',
|
||||||
iconColor: 'text-[#4A9D5C]',
|
iconColor: 'text-[#4A9D5C]',
|
||||||
message: 'Your survey was successfully submitted and is waiting for approval.'
|
message: 'Your survey was approved successfully.'
|
||||||
},
|
},
|
||||||
rejected: {
|
rejected: {
|
||||||
type: 'rejected',
|
type: 'rejected',
|
||||||
@ -63,7 +63,7 @@ const ProductDetails = ({
|
|||||||
bgColor: 'bg-[#E7F5FF]',
|
bgColor: 'bg-[#E7F5FF]',
|
||||||
textColor: 'text-[#043DFF]',
|
textColor: 'text-[#043DFF]',
|
||||||
iconColor: 'text-[#286CFF]',
|
iconColor: 'text-[#286CFF]',
|
||||||
message: 'Your survey was successfully submitted and is waiting for approval.'
|
message: 'Your survey was approved successfully.'
|
||||||
},
|
},
|
||||||
resubmitted: {
|
resubmitted: {
|
||||||
type: 'resubmitted',
|
type: 'resubmitted',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user