Skip to content

Commit

Permalink
Rename front page sections
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Nov 4, 2023
1 parent 2425064 commit 4050572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates_bw/front.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3 class="v-spacing-4">Latest additions</h3>
{% if trending_new_sound_ids %}
{% cache 300 bw_front_page_trending_new_sounds %}
<section class="v-spacing-3">
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded sounds created in the last week">Trending new sounds</h3>
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded sounds created in the last week">Most popular new sounds</h3>
{% sound_carousel trending_new_sound_ids %}
</section>
<hr />
Expand All @@ -61,7 +61,7 @@ <h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded sounds created in
{% if trending_new_pack_ids %}
{% cache 300 bw_front_page_trending_new_packs %}
<section class="v-spacing-3">
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded pack created in the last week">Trending new packs</h3>
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded pack created in the last week">Most popular new packs</h3>
{% pack_carousel trending_new_pack_ids %}
</section>
<hr />
Expand All @@ -71,7 +71,7 @@ <h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded pack created in t
{% if trending_sound_ids %}
{% cache 300 bw_front_page_trending_sounds %}
<section class="v-spacing-3">
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded sounds during the last week">Trending sounds</h3>
<h3 class="v-spacing-4 v-spacing-top-3" title="Most downloaded sounds during the last week">Top recently downloaded sounds</h3>
{% sound_carousel trending_sound_ids %}
</section>
<hr />
Expand Down

0 comments on commit 4050572

Please sign in to comment.