Skip to content

Commit 708613a

Browse files
committed
Refactor PeoplePage to update title and content, remove HowToUsePage, and adjust navigation links in Header and router configuration
1 parent c1fe2b8 commit 708613a

5 files changed

Lines changed: 96 additions & 361 deletions

File tree

src/components/Explorer.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
<span v-else>Set Location</span>
1919
</button>
2020
</div>
21-
<div class="helper-text" v-if="displayLocation">
22-
Find native plants for your yard in <strong>{{ displayLocation }}</strong>. Filter by sun, soil, size, and maintenance.
23-
</div>
24-
<div class="helper-text" v-else>
25-
Find native plants for your yard. Filter by sun, soil, size, and maintenance.
26-
</div>
2721
</div>
2822
</div>
2923
</template>

src/components/Header.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
<span class="regular-links">
2020
<router-link to="/">Home</router-link>
2121
<router-link to="/favorites">Favorites</router-link>
22-
<router-link to="/people-page">People Page</router-link>
23-
<router-link to="/how-to-use">How to Use</router-link>
2422
<router-link to="/map">Nurseries</router-link>
23+
<router-link to="/people-page">About</router-link>
2524
</span>
2625
<div class="copyright">© 2025 Choose Native Plants - USA</div>
2726
</menu>

src/components/HowToUsePage.vue

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)