Skip to content

Commit

Permalink
Merge pull request #5453 from kiva/change-refugee-badge-to-plural
Browse files Browse the repository at this point in the history
fix: change refugee badge name to plural
  • Loading branch information
christian14b authored Aug 19, 2024
2 parents 1d51daf + 8e10d76 commit 6d194b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Thanks/Badges/DiscoverSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export default {
},
{
id: 5,
name: 'Refugee',
img: 'refugee'
name: 'Refugees',
img: 'refugees'
},
{
id: 6,
Expand Down

0 comments on commit 6d194b5

Please sign in to comment.