Skip to content

Commit 678bd8b

Browse files
Merge pull request #575 from mlibrary/LIBSEARCH-1159-update-library-search-mget-it-and-account-access
[LIBSEARCH-1159] Update Library Search, MGet It, and Account Accessibility Statements
2 parents 5f2cda9 + 64feade commit 678bd8b

File tree

1 file changed

+4
-4
lines changed
  • src/modules/pages/components/AccessibilityPage

1 file changed

+4
-4
lines changed

src/modules/pages/components/AccessibilityPage/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ const AccessibilityPage = () => {
1010
return (
1111
<div className='container container-narrow'>
1212
<main className='container__rounded page'>
13-
<H1>Library Search Accessibility Statement</H1>
13+
<H1>Library Search Accessibility</H1>
1414
<p>The University of Michigan Library is dedicated to creating inclusive services and products for all users. See more about our approach to <Anchor href='https://www.lib.umich.edu/about-us/about-library/accessibility/digital-product-accessibility'>digital product accessibility</Anchor>, as well as our overall <Anchor href='https://lib.umich.edu/about-us/about-library/accessibility'>accessibility services and practices</Anchor> at the U-M Library.</p>
15+
<h2>Contact us</h2>
16+
<p>We welcome your feedback and will do our best to resolve any issues promptly.</p>
17+
<p>If you encounter any accessibility issues while using this product or have questions, please contact us <Anchor href='https://umich.qualtrics.com/jfe/form/SV_bCwYIKueEXs8wBf'>via our feedback form</Anchor>.</p>
1518
<h2>Standards and compliance</h2>
1619
<p>Our baseline accessibility target is to meet <Anchor href='https://www.w3.org/TR/WCAG21/'>WCAG 2.1 AA standards</Anchor>. The last accessibility evaluation for Library Search was in March 2023.</p>
1720
<p>The next scheduled accessibility evaluation for this product is in 2026.</p>
18-
<h2>Feedback and support</h2>
19-
<p>We welcome your feedback and will do our best to resolve any issues promptly.</p>
20-
<p>If you encounter any accessibility issues while using this product or have questions, please contact us <Anchor href='https://umich.qualtrics.com/jfe/form/SV_bCwYIKueEXs8wBf'>via our feedback form</Anchor>.</p>
2121
</main>
2222
</div>
2323
);

0 commit comments

Comments
 (0)