Skip to content

Commit

Permalink
Fix stories button path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 15, 2024
1 parent 95998ca commit 2e72d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/collections/explorer_index_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="tna-heading-l">{{ page.articles_title }}</h2>
<div class="tna-column tna-column--full">
<div class="featured-articles__cta">
{% comment %} TODO: update BEM button styles for consistency across site {% endcomment %}
<a href="/stories"
<a href="/explore-the-collection/stories/"
class="tna-button"
data-link-type="Button"
data-component-name="Articles section: {{ page.articles_title }}"
Expand Down

0 comments on commit 2e72d73

Please sign in to comment.