diff --git a/src/component/home/ProductsURL.jsx b/src/component/home/ProductsURL.jsx index baafc4e..12e8288 100644 --- a/src/component/home/ProductsURL.jsx +++ b/src/component/home/ProductsURL.jsx @@ -53,7 +53,7 @@ export default function ProductsURL() {
{urlData && urlData.map((item, index) => { - let statusColor = item?.status == 'Active' ? 'badge-success-inverse' : item?.status == 'Updating' ? 'badge-success-inverse' : item?.status == 'Refreshing' ? 'badge-danger-inverse' : 'badge-info-inverse' + let statusColor = item?.status === 'Preparing' ? 'badge-success-inverse' : item?.status === 'Active' ? 'badge-success-inverse' : item?.status == 'Refreshing' ? 'badge-danger-inverse' : 'badge-info-inverse' return (
Commitment is something that comes from understanding that - everything has its price and then having the willingness to pay that price. This is - important because nobody wants to put significant effort into something, only to - find out after the fact that the price was too high.The price is something not - necessarily defined as financial. It could be time, effort, sacrifice, money or - perhaps, something else.
++ {productDescription} +