Skip to content

Commit

Permalink
Merge pull request #163 from springload/fix/change-clear-filter-to-reset
Browse files Browse the repository at this point in the history
update clear filters to reset
  • Loading branch information
sarahframe authored Aug 19, 2024
2 parents 713ffe5 + dae6d57 commit 5ed97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/projects/projects_landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="sr-only">Filter projects</h2>
</button>
<a href="{{ request.path }}" class="sk-btn sk-btn--link-style" aria-label="Clear filters. Note: page will reload.">
{% include 'includes/svg.html' with sprite="two-tone" svg="x" %}
Clear filters
Reset
</a>
</div>
</div>
Expand Down

0 comments on commit 5ed97fa

Please sign in to comment.