Skip to content

Commit

Permalink
Dependency updates (#4613)
Browse files Browse the repository at this point in the history
* Dependency updates

* Removing deprecated xlink

* Adding labels to pass a11y
  • Loading branch information
phildominguez-gsa authored Jan 15, 2025
1 parent 0110497 commit 5de3a9b
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 117 deletions.
2 changes: 1 addition & 1 deletion backend/audit/templates/uswds_sprite.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<use xlink:href="/icons/sprite.svg#{{ icon_name }}"></use>
<use href="/icons/sprite.svg#{{ icon_name }}"></use>
3 changes: 3 additions & 0 deletions backend/dissemination/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h3>Filters</h3>

{% comment %} Hidden page input for use when clicking pagination buttons {% endcomment %}
<input class="usa-input"
aria-label="Page"
id="page"
name="page"
type="number"
Expand All @@ -77,11 +78,13 @@ <h3>Filters</h3>

{% comment %} Hidden order and direction inputs for use when clicking a sort button in the table header {% endcomment %}
<input class="usa-input"
aria-label="Order by"
id="order_by"
name="order_by"
value="{{ order_by }}"
hidden />
<input class="usa-input"
aria-label="Order direction"
id="order_direction"
name="order_direction"
value="{{ order_direction }}"
Expand Down
Loading

0 comments on commit 5de3a9b

Please sign in to comment.