Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalcolm authored Jan 12, 2025
1 parent 95121d4 commit 6e1ba64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"ML": visa,
"MM": evisa,
"MN": no_visa_less_than_one_month,
"MR": visa_on_arrival,
"MR": evisa,
"MT": no_visa,
"MW": no_visa_less_than_one_month,
"MX": no_visa,
Expand Down Expand Up @@ -1271,7 +1271,7 @@
} else if (code == 'cf') {
label.html('<div class="map-tooltip">Central African Republic: Need a visa.</div>');
} else if (code == 'mr') {
label.html('<div class="map-atooltip">Mauritania: Need a visa. While you may be able to get one on arrival, it can take several hours and is payable in cash only.</div>');
label.html('<div class="map-atooltip">Mauritania: Need a visa. It is possible to obtain an eVisa.</div>');
} else if (code == 'sn') {
label.html('<div class="map-atooltip">Senegal: Allowed to stay 90 days without a visa.</div>');
} else if (code == 'ma') {
Expand Down

0 comments on commit 6e1ba64

Please sign in to comment.