Skip to content

Commit

Permalink
feat(Flag): include "england" as a valid value (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Jul 27, 2020
1 parent e63ffb4 commit 8168146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/examples/elements/Flag/Types/FlagExampleTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const countries = [
{ name: 'Ecuador', countryCode: 'ec' },
{ name: 'Egypt', countryCode: 'eg' },
{ name: 'El Salvador', countryCode: 'sv' },
{ name: 'England', countryCode: 'gb eng' },
{ name: 'Equatorial Guinea', countryCode: 'gq' },
{ name: 'Eritrea', countryCode: 'er' },
{ name: 'Estonia', countryCode: 'ee' },
Expand Down
2 changes: 2 additions & 0 deletions src/elements/Flag/Flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ export const names = [
'algeria',
'ec',
'ecuador',
'england',
'gb eng',
'ee',
'estonia',
'eg',
Expand Down

0 comments on commit 8168146

Please sign in to comment.