1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-22 14:37:51 +01:00

Merge branch 'main' of github.com:billylo1/covidpass into main

* 'main' of github.com:billylo1/covidpass:
  no drop down

# Conflicts:
#	components/Form.tsx
This commit is contained in:
Ryan Slobojan 2021-10-18 13:18:54 -04:00
commit ddd6e19266

View File

@ -480,22 +480,7 @@ function Form(): JSX.Element {
onChange={e => { setSelectedOption; gotoLink(e)}}
options={options}
/>
{/* {t('index:visit')} 
<Link href="https://covid19.ontariohealth.ca">
<a className="underline" target="_blank">
{t('index:ontarioHealth')}
</a>
</Link>&nbsp;
{t('index:downloadSignedPDF')}<br/><br/>
{t('index:reminderNotToRepeat')} */}
</p>
{/* <button id="ontariohealth" onClick={gotoOntarioHealth}
className="focus:outline-none bg-green-600 py-2 px-3 text-white font-semibold rounded-md disabled:bg-gray-400">
{t('index:gotoOntarioHealth')}
</button> */}
</div>
}/>