Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Mar 17, 2024
1 parent a945f10 commit 31322f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/templates/hop_flavor/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Hops with {% if tag_category != 'other' %}{{ tag_name }} Flavor{% else %}the
</section>

<section class="featured-hops">
<h2>Discover {{ tag_name }} {% if tag_category != 'other' %} Flavor{% endif %}Hops</h2>
<h2>Discover {{ tag_name }} {% if tag_category != 'other' %}Flavor {% endif %}Hops</h2>
<div class="row row-cols-1 row-cols-md-1 row-cols-xl-2 g-2">
{% for hop in most_popular %}
<div class="col">{% include "hop/featured.html" with hop=hop %}</div>
Expand Down

0 comments on commit 31322f7

Please sign in to comment.