Change input description

This commit is contained in:
Marvin Sextro 2021-06-30 02:40:39 +02:00
parent cbc18e193b
commit 288ec05bb6
1 changed files with 19 additions and 14 deletions

View File

@ -126,7 +126,7 @@ function Form() {
<Card step={1} heading="Select Certificate" content={
<div className="space-y-5">
<p>
Please select the (scanned) certificate PDF page, which you received from your doctor, pharmacy, vaccination centre or online.
Please select the certificate, which you received from your doctor, pharmacy, vaccination centre or online. Note that taking a picture does not work on most devices yet.
</p>
<input
className="w-full"
@ -138,6 +138,10 @@ function Form() {
</div>
} />
<Card step={2} heading="Pick a Color" content={
<div className="space-y-5">
<p>
Pick a background color for your pass.
</p>
<div className="relative inline-block w-full">
<select name="color" id="color" className="bg-gray-200 dark:bg-gray-900 focus:outline-none w-full h-10 pl-3 pr-6 text-base rounded-md appearance-none cursor-pointer">
<option value="white">white</option>
@ -153,6 +157,7 @@ function Form() {
<svg className="w-5 h-5 fill-current" viewBox="0 0 20 20"><path d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clipRule="evenodd" fillRule="evenodd"/></svg>
</div>
</div>
</div>
} />
<Card step={3} heading="Add to Wallet" content={
<div className="space-y-5">