Skip to content

Commit

Permalink
Fix capitalisation of "more" buttons on new area page
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino authored and struan committed Jan 9, 2024
1 parent 93389e5 commit 6c007f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/templates/hub/new_area_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h3 class="h5">{{ dataset.label }}</h3>

<div class="area-data-more">
<a href="#opinion">
More Public Opinion data
More public opinion data
{% include "hub/includes/icons/chevron-right.html" %}
</a>
</div>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h3 class="h5">{{ dataset.label }}</h3>

<div class="area-data-more">
<a href="#place">
More Place data
More place data
{% include "hub/includes/icons/chevron-right.html" %}
</a>
</div>
Expand Down

0 comments on commit 6c007f8

Please sign in to comment.