aboutsummaryrefslogtreecommitdiff
path: root/app/travel-advisory/HistoryModal.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-23 20:05:08 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-23 20:05:08 -0400
commitdd8050e18db6db2fad0d8c59d5e2ef0c11fe155f (patch)
treeacd2804a6d4294e1be015c4dddc21e03d0afcda9 /app/travel-advisory/HistoryModal.js
parent7e8a105584fff3a4e3a2d64552d60c19db123deb (diff)
downloadalure-website-dd8050e18db6db2fad0d8c59d5e2ef0c11fe155f.tar.gz
alure-website-dd8050e18db6db2fad0d8c59d5e2ef0c11fe155f.tar.bz2
alure-website-dd8050e18db6db2fad0d8c59d5e2ef0c11fe155f.zip
Updated travel advisory
Diffstat (limited to 'app/travel-advisory/HistoryModal.js')
-rw-r--r--app/travel-advisory/HistoryModal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/travel-advisory/HistoryModal.js b/app/travel-advisory/HistoryModal.js
index 2ceec7b..6449a6a 100644
--- a/app/travel-advisory/HistoryModal.js
+++ b/app/travel-advisory/HistoryModal.js
@@ -12,7 +12,7 @@ const HistoryModal = ({ isVisible, onClose, countries, dangerLevel, history }) =
)
})
} else {
- historyList = <li>There is currently a parasite going around the world, travel carefully.</li>;
+ historyList = <li>Currently no diplomatic/medical issues in this country.</li>;
}
return (