Skip to content

Commit

Permalink
Fix switched flags for Lithuania and Latvia
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha authored and tillprochaska committed Feb 8, 2024
1 parent 005c733 commit c9191fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/Enums/CountryEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ protected static function emojis(): array
'HU' => '🇭🇺',
'IE' => '🇮🇪',
'IT' => '🇮🇹',
'LT' => '🇱🇻',
'LT' => '🇱🇹',
'LU' => '🇱🇺',
'LV' => '🇱🇹',
'LV' => '🇱🇻',
'MT' => '🇲🇹',
'NL' => '🇳🇱',
'PL' => '🇵🇱',
Expand Down

0 comments on commit c9191fd

Please sign in to comment.