Skip to content

Commit

Permalink
Update Website/app/contact/page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 authored Oct 2, 2024
1 parent 859d3c9 commit 8f15c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/app/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function contact() {
required
placeholder="Name"
pattern="^[a-zA-Z_]{5,}$"
title="Please enter at least 5 characters and a - z , A - Z and _ are allowed"
title="Please enter at least 5 characters. Only lowercase, uppercase and underscore are allowed"
className="h-[50px] border pl-3 min-w-[200px] max-md:w-[95%] w-[40%] border-gray-300 rounded-3xl"
/>
<input
Expand Down

0 comments on commit 8f15c93

Please sign in to comment.