Skip to content

Commit

Permalink
Merge pull request #73 from WildCodeSchool/hotfix/img-fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
YDrogen authored Feb 27, 2025
2 parents e75d4db + 947c5f5 commit a66d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/country-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const countryList = [
{
language: 'es',
placeholderTraduc: 'Escriba su investigación en español',
iconSrcCountry: `${BASE_URL}icons/flag-spain.svg,`,
iconSrcCountry: `${BASE_URL}icons/flag-spain.svg`,
},
{
language: '*',
Expand Down

0 comments on commit a66d474

Please sign in to comment.