1.9.8 - layout fixes to Step 3 bullets

This commit is contained in:
Billy Lo 2021-09-25 23:23:25 -04:00
parent 72f1a95fd5
commit 8d8d637645
4 changed files with 5 additions and 5 deletions

View File

@ -431,7 +431,7 @@ function Form(): JSX.Element {
<div>
<ul className="list-none">
<Check text={t('createdOnDevice')}/>
<Check text={t('qrCode')}/>
<Check text={t('piiNotSent')}/>
<Check text={t('openSourceTransparent')}/>
{verifierLink()}
{passCount && <Check text={passCount + ' ' + t('numPasses')}/>}

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-25 (v1.9.7)</div>
<div className="flex pt-4 flex-row space-x-4 justify-center text-md flex-wrap">Last updated: 2021-09-25 (v1.9.8)</div>
</footer>
</main>
</div>

View File

@ -31,8 +31,8 @@ dataPrivacyDescription: |
Press the "Add to Wallet" below to import data into Wallet.
iAcceptThe: I accept the
privacyPolicy: Privacy Policy
createdOnDevice: The receipt data is processed on your device only - no personally-identifiable information is sent to our servers
qrCode: QR code is for verification only. It does not contain your name or date of birth.
createdOnDevice: Your receipt is processed on your device only.
piiNotSent: No personally-identifiable information is sent to servers
openSourceTransparent: Source code is open for re-use/contributions on GitHub.
verifierLink: QR code verifier available at
numPasses: receipts processed since Sept 2, 2021

View File

@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing';
export const initSentry = () => {
SentryModule.init({
release: 'grassroots_covidpass@1.9.7', // App version. Needs to be manually updated as we go unless we make the build smarter
release: 'grassroots_covidpass@1.9.8', // App version. Needs to be manually updated as we go unless we make the build smarter
dsn: 'https://51370d7af0994761b465bc148129c1de@o997324.ingest.sentry.io/5955697',
integrations: [
new Integrations.BrowserTracing(),