changed price to reward

This commit is contained in:
victorAnumudu
2024-03-25 12:40:01 +01:00
parent 72fe2cad5f
commit 001492eeb5
2 changed files with 2 additions and 2 deletions
@@ -400,7 +400,7 @@ const AssignTaskPopout = ({
<div className="w-full">
<div className="my-3 w-full flex items-center gap-1">
<label className="job-label">
Price
Reward
</label>
<p className="p-1 text-sm text-slate-900 dark:text-white">
{PriceFormatter(
@@ -178,7 +178,7 @@ export default function NewTasks({ formState, setFormState }) {
{/* Price */}
<div className="field w-full">
<label htmlFor="price" className="job-label">Reward</label>
<label htmlFor="price" className="job-label">Price</label>
<InputCom
fieldClass="px-6 text-right"
// label="Price"