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', }} > - +