Skip to content

Commit

Permalink
Update write-readme.js
Browse files Browse the repository at this point in the history
  • Loading branch information
clsource authored Apr 30, 2024
1 parent 5d7e403 commit 41f0787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/write-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const peopleList = json.people
const flags = {
"chile": "🇨🇱",
"dinamarca": "🇩🇰",
"portugal": "🇵🇹"
"portugal": "🇵🇹",
"brasil": "🇧🇷"
};

const location = `${person.city} / ${person.country} ${flags[person.country.trim().toLowerCase()]}`;
Expand Down

0 comments on commit 41f0787

Please sign in to comment.