Change name placeholder text

Because "Some One" looks weird
This commit is contained in:
Hippo 2021-12-29 23:27:46 +05:30
parent 680c3cf278
commit a22013a934

View file

@ -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>