Skip to content

Commit

Permalink
removed unnecessary className and placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-vu committed May 24, 2024
1 parent 62934f0 commit 21cb57b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/ui/addJobPostingForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ const AddJobPostingForm = ({ onSubmit, email }) => {
name="benefits"
value={formData.benefits}
onChange={handleChange}
placeholder="Benefits"
required
className="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
/>
</div>
</div>
Expand Down Expand Up @@ -277,9 +275,7 @@ const AddJobPostingForm = ({ onSubmit, email }) => {
name="description"
value={formData.description}
onChange={handleChange}
placeholder="Description"
required
className="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 textarea-auto "
/>
</div>
</div>
Expand Down

0 comments on commit 21cb57b

Please sign in to comment.