aboutsummaryrefslogtreecommitdiff
path: root/app/travel-advisory/HistoryModal.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-19 07:32:44 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-19 07:32:44 -0400
commit0a96abe45edc2fca42c3bc2a7397345b66f7cb68 (patch)
treed29161e1591422bb39c5b167869be79600dd7fa9 /app/travel-advisory/HistoryModal.js
parent4639ac096e02403818ae56992ffc89e80aaaf37f (diff)
downloadalure-website-0a96abe45edc2fca42c3bc2a7397345b66f7cb68.tar.gz
alure-website-0a96abe45edc2fca42c3bc2a7397345b66f7cb68.tar.bz2
alure-website-0a96abe45edc2fca42c3bc2a7397345b66f7cb68.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 3ef2ea8..2ceec7b 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>Currently no diplomatic tensions in this country.</li>;
+ historyList = <li>There is currently a parasite going around the world, travel carefully.</li>;
}
return (