This commit is contained in:
Billy Lo 2021-10-25 13:18:05 -04:00
parent 9a6770bfd8
commit 45cb2a156b
3 changed files with 8 additions and 8 deletions

View File

@ -89,7 +89,7 @@ function Index(): JSX.Element {
<div className="region-card">Saskatchewan</div> <div className="region-card">Saskatchewan</div>
<div className="region-card">Yukon</div> <div className="region-card">Yukon</div>
</div> </div>
<div className="region-section"> {/* <div className="region-section">
<div className="region-card">California</div> <div className="region-card">California</div>
<div className="region-card">Connecticut</div> <div className="region-card">Connecticut</div>
<div className="region-card">Delaware</div> <div className="region-card">Delaware</div>
@ -103,7 +103,7 @@ function Index(): JSX.Element {
<div className="region-card">Oklahoma</div> <div className="region-card">Oklahoma</div>
<div className="region-card">Utah</div> <div className="region-card">Utah</div>
<div className="region-card">Virginia</div> <div className="region-card">Virginia</div>
</div> </div> */}
<b>{displayPassCount}</b><br/><br/> <b>{displayPassCount}</b><br/><br/>
<b>Native support for Android - COVID card in your Google Pay wallet</b> - Oct 20th update: <b>Native support for Android - COVID card in your Google Pay wallet</b> - Oct 20th update:
<br /> <br />

View File

@ -1,7 +1,7 @@
title: Vaccination Receipt to Mobile Wallets title: Vaccination Receipt to Mobile Wallets
subtitle: This site, created by volunteers, imports your proof-of-vaccination QR code into Apple Wallet (for iOS 15+), Google Pay Wallet (for Android 8.1+), or a Photo pass (for all others) for easy access. subtitle: This site, created by volunteers, imports your proof-of-vaccination QR code into Apple Wallet (for iOS 15+), Google Pay Wallet (for Android 8.1+), or a Photo pass (for all others) for easy access.
subtitle2: | subtitle2: |
We support importing QR codes from the following provinces, territories, and states: We support importing QR codes from the following provinces and territories:
continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️ continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️
privacyPolicy: Privacy Policy privacyPolicy: Privacy Policy
gitHub: Website Source Code gitHub: Website Source Code

View File

@ -91,11 +91,11 @@ export class Payload {
//TODO: feature flagging //TODO: feature flagging
// this.generic.backFields.push({ this.generic.backFields.push({
// key: "original", key: "original",
// label: "Original receipt (saved locally in Safari)", label: "Original receipt (saved locally in Safari)",
// attributedValue: attributedValue attributedValue: attributedValue
// }); });
} }
} }
} }