mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-22 06:27:49 +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:
commit
ddd6e19266
@ -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>
|
||||
{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>
|
||||
}/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user