From d9b458ac16025e7ed9b20c3699c3c4d4cf846f9c Mon Sep 17 00:00:00 2001 From: Diego Cohen Date: Wed, 11 Dec 2024 11:08:13 -0500 Subject: [PATCH] Small vqa fixes --- .../HoldPages/CopyrightRestrictionsBanner.tsx | 2 +- src/components/HoldPages/EDDRequestForm.tsx | 6 +++--- .../HoldPages/HoldConfirmationAccordionData.tsx | 13 ++++++++----- src/components/HoldPages/HoldConfirmationFAQ.tsx | 2 +- src/config/constants.ts | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/components/HoldPages/CopyrightRestrictionsBanner.tsx b/src/components/HoldPages/CopyrightRestrictionsBanner.tsx index 9112c9c39..f3315cdf1 100644 --- a/src/components/HoldPages/CopyrightRestrictionsBanner.tsx +++ b/src/components/HoldPages/CopyrightRestrictionsBanner.tsx @@ -6,7 +6,7 @@ export const CopyrightRestrictionsBanner = () => { type="neutral" heading="Copyright restrictions" content={ - + The copyright law of the United States (Title 17, United States Code) governs the making of photocopies or other reproductions of diff --git a/src/components/HoldPages/EDDRequestForm.tsx b/src/components/HoldPages/EDDRequestForm.tsx index 0a7fd3dc8..c4857a80a 100644 --- a/src/components/HoldPages/EDDRequestForm.tsx +++ b/src/components/HoldPages/EDDRequestForm.tsx @@ -118,7 +118,7 @@ const EDDRequestForm = ({ value={eddFormState.source} /> - + Required information @@ -197,8 +197,8 @@ const EDDRequestForm = ({ ref={validatedInputRefs["chapterTitle"]} /> - - + + Optional information diff --git a/src/components/HoldPages/HoldConfirmationAccordionData.tsx b/src/components/HoldPages/HoldConfirmationAccordionData.tsx index 1095445de..3a0aff5a2 100644 --- a/src/components/HoldPages/HoldConfirmationAccordionData.tsx +++ b/src/components/HoldPages/HoldConfirmationAccordionData.tsx @@ -17,8 +17,8 @@ export const holdConfirmationFAQData: AccordionDataProps[] = [ The item will be listed as "Ready for pickup" under your - holds tab when it is available. You will receive an email confirmation - after your item has arrived. + requests tab when it is available. You will receive an email + confirmation after your item has arrived. ), @@ -79,12 +79,15 @@ export const holdConfirmationFAQData: AccordionDataProps[] = [ {" "} or call 917-ASK-NYPL ( 917-275-6975). - Processed requests can also be canceled from the holds tab in your + Processed requests can also be canceled from the requests tab in your patron account. - For more information about our requesting services, please see - Requesting Research Materials. + For more information about our requesting services, please see{" "} + + Requesting Research Materials + + . ), diff --git a/src/components/HoldPages/HoldConfirmationFAQ.tsx b/src/components/HoldPages/HoldConfirmationFAQ.tsx index 3dd35f3b3..c57adc7f2 100644 --- a/src/components/HoldPages/HoldConfirmationFAQ.tsx +++ b/src/components/HoldPages/HoldConfirmationFAQ.tsx @@ -15,7 +15,7 @@ interface HoldConfirmationFAQProps { const HoldConfirmationFAQ = ({ isEDD = false }: HoldConfirmationFAQProps) => { return ( <> - + Frequently asked questions