diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-19 07:32:44 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-19 07:32:44 -0400 |
| commit | 0a96abe45edc2fca42c3bc2a7397345b66f7cb68 (patch) | |
| tree | d29161e1591422bb39c5b167869be79600dd7fa9 /app/travel-advisory/HistoryModal.js | |
| parent | 4639ac096e02403818ae56992ffc89e80aaaf37f (diff) | |
| download | alure-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.js | 2 |
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 ( |
