changed text price to reward
This commit was merged in pull request #786.
This commit is contained in:
@@ -119,7 +119,7 @@ function DeleteJobPopout({ details, onClose, situation }) {
|
||||
{details.title}
|
||||
</p>
|
||||
<p className="text-lg tracking-wide text-dark-gray dark:text-white flex items-start gap-1">
|
||||
<span className="job-label">Price: </span>{details.thePrice}
|
||||
<span className="job-label">Reward: </span>{details.thePrice}
|
||||
</p>
|
||||
<p className="text-lg tracking-wide text-dark-gray dark:text-white">
|
||||
<span className="job-label">Duration: </span>{details.timeline_days} day(s)
|
||||
|
||||
Reference in New Issue
Block a user