Change name placeholder text
Because "Some One" looks weird
This commit is contained in:
parent
680c3cf278
commit
a22013a934
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
|||
|
||||
<div class="my-8">
|
||||
<label for="input-name" class="block text-xl">Name:</label>
|
||||
<input name="name" id="input-name" class="block font-sans text-2xl mb-2 w-full bg-gray-100 p-2 rounded-md" placeholder="Some One" required/>
|
||||
<input name="name" id="input-name" class="block font-sans text-2xl mb-2 w-full bg-gray-100 p-2 rounded-md" placeholder="Full Name" required/>
|
||||
<p>
|
||||
<input type="checkbox" name="anonymous" id="input-anonymous"/>
|
||||
<label for="input-anonymous">Anonymous donation (don't list my name publicly on the website)</label>
|
||||
|
|
Loading…
Reference in a new issue