Skip to content

Commit

Permalink
added optional description to fields
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Nov 19, 2024
1 parent 072731f commit 5ed04b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ const FinalThoughts = React.memo(({ isDisabled }: { isDisabled: boolean }) => {
rows={3}
/>
<p id="charCountFinalThoughts" className="char-counter">0 / 300</p>
<div className="input-paragraph--small">
<small>
<em>
<b className="text-white">This is not a mandatory field.</b>
</em>
</small>
</div>
</div>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const LinksAndReferences = React.memo(({ isDisabled }: LinksAndReferencesProps)
<div className="input-paragraph--small">
<small>
<em>
<b className="text-white">These are not mandatory fields</b> but I strongly recommend filling them out if you have any links to be shared.
Please provide up to 3 relevant links that showcase your current online presence.
This could include your existing website, social media pages, or any other online platforms related to your project.
</em>
Expand All @@ -79,6 +80,7 @@ const LinksAndReferences = React.memo(({ isDisabled }: LinksAndReferencesProps)
<div className="input-paragraph--small">
<small>
<em>
<b className="text-white">These are not mandatory fields</b> but I strongly recommend filling them out if you have any links to be shared.
Please provide up to 3 links to websites, businesses, portfolios, etc. that you think align with your vision for your website.
</em>
</small>
Expand Down

0 comments on commit 5ed04b9

Please sign in to comment.