Skip to content

Commit

Permalink
Update countriesAndFlag.js, Vatican City State flag image was not wor…
Browse files Browse the repository at this point in the history
…king so fixed the url. (#200)
  • Loading branch information
priyanka-vaishnav-git authored Dec 11, 2024
1 parent 2d0dbfd commit 3c4817b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/countriesAndFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ const CountriesAndFlag = [
},
{
name: 'Vatican City State (Holy See)',
flag: 'https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Flag_of_the_Vatican_City_%282023%E2%80%93present%29.svg/1080px-Flag_of_the_Vatican_City_%282023%E2%80%93present%29.svg.png',
flag: 'https://upload.wikimedia.org/wikipedia/commons/thumb/b/b3/Flag_of_Vatican_City_%282023%E2%80%93present%29.svg/800px-Flag_of_Vatican_City_%282023%E2%80%93present%29.svg.png',
number: '+379',
},
{
Expand Down

0 comments on commit 3c4817b

Please sign in to comment.