mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-07-31 07:49:07 -04:00
Update documentation to clarify travel tracking features
- Revised descriptions in README and various Vue components to emphasize tracking of countries, regions, and cities. - Updated text in the adventure log overview to reflect changes in travel history and planning functionalities.
This commit is contained in:
@@ -19,7 +19,7 @@ const features = [
|
||||
title: "Track your world travel",
|
||||
summary: "See how far you've gone — and what's still on the list.",
|
||||
details:
|
||||
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for bucket lists and lifetime goals.",
|
||||
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for travel planning and tracking.",
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -41,7 +41,7 @@ const tabs = [
|
||||
id: "world",
|
||||
label: "World Travel",
|
||||
title: "Countries & regions explorer",
|
||||
desc: "Mark countries and regions as visited with interactive maps. Perfect for bucket lists and lifetime travel goals.",
|
||||
desc: "Mark countries and regions as visited with interactive maps. Perfect for seeing your travel history.",
|
||||
src: `${SHOT}/countries.png`,
|
||||
alt: "AdventureLog countries and regions visited tracker",
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@ AdventureLog is a modern travel companion you run yourself. Track locations and
|
||||
<span class="al-overview-feature__icon" aria-hidden="true">🌍</span>
|
||||
<div class="al-overview-feature__body">
|
||||
<h3>Track your world travel</h3>
|
||||
<p>Countries, regions, and cities on an interactive map — stats, milestones, and bucket lists.</p>
|
||||
<p>Countries, regions, and cities on an interactive map — stats, milestones, and history.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user