Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu f1285c54d6 text updated 2025-07-31 13:13:38 +01:00
ameye 870709c947 Merge branch 'reload-bug-fix' of WrenchBoard/Users-Wrench into master 2025-07-23 17:34:31 +00:00
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -184,10 +184,10 @@ function AddJob({ popUpHandler, categories }) {
className="job-label job-label-flex"
htmlFor="timeline_days"
>
Timeline
<span className="text-green-700 text-[12px] tracking-wide">
Delivery Timeline
{/* <span className="text-green-700 text-[12px] tracking-wide">
- Duration
</span>
</span> */}
</label>
<Field
@@ -294,7 +294,7 @@ const EditJobPopoutNew = ({
className="job-label"
htmlFor="timeline_days"
>
Timeline -
Delivery Timeline -
{/* <span className="w-full text-center text-green-700 text-sm tracking-wide">
Expected duration of this task
</span> */}
@@ -70,14 +70,14 @@ export default function AssignToPublic({
</div>
<div className='mb-3 w-full flex flex-col xxs:flex-row items-center gap-1'>
<label className='w-full xxs:max-w-[120px] xxs:text-right'>Duration:</label>
<label className='w-full xxs:max-w-[120px] xxs:text-right'>Available for:</label>
<div className='w-full'>
<JobFieldInput
select={true}
inputName="public"
value={props?.values.public}
data={publicArray}
optionText="Select Duration"
optionText="Select Availability"
parentClass="w-full flex flex-col gap-4"
inputClass={(props.errors.public && props.touched.public) && 'border-red-500 dark:border-red-500'}
/>