From 0d078646b075ad554f31a0d0e9466f90eacaeb80 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 5 Oct 2021 18:47:47 -0400 Subject: [PATCH] Getting ready for the Philippines --- app/components/CowinCard.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/CowinCard.js b/app/components/CowinCard.js index a5a56bc..613ab18 100644 --- a/app/components/CowinCard.js +++ b/app/components/CowinCard.js @@ -8,8 +8,9 @@ import Moment from 'moment'; import { CardStyles as styles } from '../themes/CardStyles' const TRUST_REGISTRY = { - "did:india": "Country of India", - "did:srilanka:moh": "Country of Sri Lanka" + "did:india": "Republic of India", + "did:srilanka:moh": "Republic of Sri Lanka", + "did:philippines": "Republic of the Philippines" } export default class CowinCard extends Component {