Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Nov 14, 2024
1 parent 08f3943 commit 52c5dcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% extends "base.html" %}

{% block content %}
<!-- Favorites section -->
<div id="favorites-section" class="favorites-container">
<h2>Favorite Stops</h2>
<div id="favorites-list" class="favorites-grid">
<!-- Favorites will be populated by JavaScript -->
<!-- Favourites section -->
<div id="favourites-section" class="favourites-container">
<h2>Favourite Stops</h2>
<div id="favourites-list" class="favourites-grid">
<!-- Favourites will be populated by JavaScript -->
</div>
</div>
<!-- Input form -->
Expand Down

0 comments on commit 52c5dcf

Please sign in to comment.