Skip to content

Commit

Permalink
feat: mention char limit PE-5161
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Dec 6, 2023
1 parent f195cad commit 72d5b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GiftForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ export function GiftForm({ errorCallback }: GiftFormProps) {
</div>

<div className="form-section">
<label className="form-label">Gift message (optional)</label>
<label className="form-label">
Gift message (optional up to 250 characters)
</label>
<textarea
className="form-input"
id="giftMessage"
Expand Down

0 comments on commit 72d5b9b

Please sign in to comment.