This commit is contained in:
Jason Liu 2021-09-24 19:11:04 -04:00
commit 37a51f0c1f
3 changed files with 16 additions and 3 deletions

View File

@ -34,7 +34,7 @@ function Page(props: PageProps): JSX.Element {
<a href="https://github.com/billylo1/covidpass" className="underline">{t('common:gitHub')}</a>
<a href="https://vaccine-ontario.ca" className="underline">{t('common:returnToMainSite')}</a>
</nav>
<div className="flex pt-4 flex-row space-x-4 justify-center text-md flex-wrap">Last updated: 2021-09-23 (v1.9.5)</div>
<div className="flex pt-4 flex-row space-x-4 justify-center text-md flex-wrap">Last updated: 2021-09-24 (v1.9.6)</div>
</footer>
</main>
</div>

View File

@ -65,7 +65,20 @@ function Index(): JSX.Element {
<Alert message={message} key={'error-' + i} type="error" onClose={() => deleteWarningMessage(message)} />
)}
<Card content={
<div><p>{t('common:subtitle')}</p><br /><p>{t('common:subtitle2')}</p><br /><p><b>{t('common:update1Date')}</b> - {t('common:update1')}</p><br /><p>{t('common:continueSpirit')}</p></div>
<div><p>{t('common:subtitle')}</p><br /><p>{t('common:subtitle2')}</p><br />
<b>Sept 24 updates</b> - Improvements:
<br />
<br />
<ul className="list-decimal list-outside" style={{ marginLeft: '20px' }}>
<li>Added date of birth to the pass (to save more time for staff)</li>
<li>Corrected the color of Janssen receipts</li>
<li>Corrected 'Not Found' error for some users</li>
<li>Reduced # of errors (thanks for your patience, traffic grew 100x in 3 days, we are working hard to keep things smooth without line-ups.)</li>
</ul><br />
If you need to regenerate your pass, you can skip Step 1 altogether. This will reduce the province's workload too. 🙏
<br />
<br />
<p>{t('common:continueSpirit')}</p></div>
}/>
<Form/>
</div>

View File

@ -3,7 +3,7 @@ subtitle: This utility (created by volunteers) converts your vaccination receipt
subtitle2: Once Ontario's official QR code is released on Oct 22, you will be able to update your Apple Wallet pass by visiting this site again.
update1Date: Sep 23 Updates
update1: Thanks so much for all the encouragements and suggestions to make this better. We plan to keep enhancing this to help more Canadians. Stay tuned!
continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️ beyond vax hunting. 390K receipts processed already, thanks for keeping the community safe!
continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️. 700K receipts processed already, thanks for keeping the community safe!
privacyPolicy: Privacy Policy
donate: Sponsor
gitHub: GitHub