Skip to content

Commit

Permalink
added headings to the three different areas
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk-Esterline committed Oct 8, 2023
1 parent d98f46e commit 43f5765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/app/outreach/add/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const AddOutreach = () => {
<svg xmlns="http://www.w3.org/2000/svg" class="stroke-current shrink-0 h-6 w-6" fill="none" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" /></svg>
<span>{warn}</span>
</div>}
<h3>Contact Information</h3>
<label htmlFor="client">Client:
<select
id="client"
Expand Down Expand Up @@ -163,6 +164,7 @@ const AddOutreach = () => {
required
/>
</label>
<h3>Response Information</h3>
<label htmlFor="responded" className="flex gap-5">Responded:
<input
id="responded"
Expand Down Expand Up @@ -190,6 +192,7 @@ const AddOutreach = () => {
className="checkbox"
/>
</label>
<h3>Client Work Checklist</h3>
<label htmlFor="proposalSent" className="flex gap-5">Proposal Sent:
<input
id="proposalSent"
Expand Down

0 comments on commit 43f5765

Please sign in to comment.