From 516b1c65b89ca02b22167d2c751a90388c3e8a42 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Jun 2024 16:54:40 -0700 Subject: [PATCH] DESENG-617 Update changelog, check linting, final tweaks to screen reader language --- CHANGELOG.MD | 3 +++ met-web/src/components/landing/FilterBlock.tsx | 2 +- met-web/src/components/landing/TileBlock.tsx | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f6e065db8..84c2cbcd9 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,6 @@ +## June 28, 2024 +- **Task** Improve screen reader support for home/engagement search page [DESENG-617](https://citz-gdx.atlassian.net/browse/DESENG-617) + ## June 27, 2024 - **Bugfix** Fix tenant landing page [🎟️ DESENG-635](https://citz-gdx.atlassian.net/browse/DESENG-635) diff --git a/met-web/src/components/landing/FilterBlock.tsx b/met-web/src/components/landing/FilterBlock.tsx index 121c57dd2..44078415e 100644 --- a/met-web/src/components/landing/FilterBlock.tsx +++ b/met-web/src/components/landing/FilterBlock.tsx @@ -94,7 +94,7 @@ const FilterBlock = () => { {translate('landing.filters.search')} { xs={10} > +
    ); } @@ -76,6 +77,7 @@ const TileBlock = () => { {engagements.map((engagement, index) => { return ( { flexBasis: '320px', alignItems: 'center', justifyContent: 'center', + listStyleType: 'none', }} > - +