From 0a96abe45edc2fca42c3bc2a7397345b66f7cb68 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 19 Jul 2023 07:32:44 -0400 Subject: Updated travel advisory --- app/travel-advisory/HistoryModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/travel-advisory/HistoryModal.js') 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 =
  • Currently no diplomatic tensions in this country.
  • ; + historyList =
  • There is currently a parasite going around the world, travel carefully.
  • ; } return ( -- cgit v1.2.3