From 1fecbae4c9e6a5e87330ca1409951053ffd4af1d Mon Sep 17 00:00:00 2001 From: Alessandra Vertrees Date: Fri, 20 Dec 2024 12:32:33 -0500 Subject: [PATCH] lowercase c in collections for aria label --- app/src/components/pages/collectionsPage/collectionsPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/components/pages/collectionsPage/collectionsPage.tsx b/app/src/components/pages/collectionsPage/collectionsPage.tsx index 5f25ac1a..3be9a581 100644 --- a/app/src/components/pages/collectionsPage/collectionsPage.tsx +++ b/app/src/components/pages/collectionsPage/collectionsPage.tsx @@ -161,7 +161,6 @@ export function CollectionsPage({ data, params, renderCollections }) { }} onSubmit={handleSearchSubmit} labelText="Search Collections by title" - aria-label="Search Collections by title" />