Skip to content

Commit

Permalink
Getting ready for the Philippines
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Oct 5, 2021
1 parent 43f261f commit 0d07864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/components/CowinCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0d07864

Please sign in to comment.