Skip to content

Commit

Permalink
CMS-570: Change aria label on go back to the full list button
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-oxd committed Dec 24, 2024
1 parent c29c3eb commit 6a686f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gatsby/src/components/search/noSearchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ const NoSearchResults = ({
<li>Try a different search term</li>
<li>
<button
tabIndex={0}
className="btn btn-link"
aria-label="Clear all"
aria-label="Go back to the full list"
onClick={handleClearAll}
>
Go back to the full list
Expand Down

0 comments on commit 6a686f5

Please sign in to comment.