Skip to content

Commit

Permalink
lowercase c in collections for aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Dec 20, 2024
1 parent 1fecbae commit 98a423d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export function CollectionsPage({ data, params, renderCollections }) {
}}
onSubmit={handleSearchSubmit}
labelText="Search Collections by title"
aria-label="Search collections by title"
/>
</Box>
<HorizontalRule sx={{ marginTop: "xxl", marginBottom: "xxl" }} />
Expand Down

0 comments on commit 98a423d

Please sign in to comment.