Skip to content

Commit

Permalink
Small vqa fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Dec 11, 2024
1 parent fe57af7 commit d9b458a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/HoldPages/CopyrightRestrictionsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const CopyrightRestrictionsBanner = () => {
type="neutral"
heading="Copyright restrictions"
content={
<Box>
<Box mt="xs">
<Text>
The copyright law of the United States (Title 17, United States
Code) governs the making of photocopies or other reproductions of
Expand Down
6 changes: 3 additions & 3 deletions src/components/HoldPages/EDDRequestForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const EDDRequestForm = ({
value={eddFormState.source}
/>
<Box>
<Heading level="h3" size="heading4" mb="m">
<Heading level="h3" size="heading4" mb="s">
Required information
</Heading>
<Text noSpace>
Expand Down Expand Up @@ -197,8 +197,8 @@ const EDDRequestForm = ({
ref={validatedInputRefs["chapterTitle"]}
/>
</FormField>
<Box>
<Heading level="h3" size="heading4" mb="xs">
<Box mt="xs">
<Heading level="h3" size="heading4" mb="s">
Optional information
</Heading>
<Text noSpace>
Expand Down
13 changes: 8 additions & 5 deletions src/components/HoldPages/HoldConfirmationAccordionData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const holdConfirmationFAQData: AccordionDataProps[] = [
</Text>
<Text noSpace>
The item will be listed as &quot;Ready for pickup&quot; 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.
</Text>
</>
),
Expand Down Expand Up @@ -79,12 +79,15 @@ export const holdConfirmationFAQData: AccordionDataProps[] = [
</ExternalLink>{" "}
or call 917-ASK-NYPL (
<ExternalLink href="tel:19172756975">917-275-6975</ExternalLink>).
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.
</Text>
<Text noSpace>
For more information about our requesting services, please see
Requesting Research Materials.
For more information about our requesting services, please see{" "}
<ExternalLink href="https://www.nypl.org/research/services/request-materials">
Requesting Research Materials
</ExternalLink>
.
</Text>
</>
),
Expand Down
2 changes: 1 addition & 1 deletion src/components/HoldPages/HoldConfirmationFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface HoldConfirmationFAQProps {
const HoldConfirmationFAQ = ({ isEDD = false }: HoldConfirmationFAQProps) => {
return (
<>
<Heading level="h3" mb="l">
<Heading level="h3" size="heading4" mb="l">
Frequently asked questions
</Heading>
<Accordion
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const EDD_PAGE_HEADING = "Request scan"
export const EDD_FORM_FIELD_COPY = {
emailAddress: {
label: "Email address",
placeholder: "theresa.smith@gmail.com",
placeholder: "Example: theresasmith@gmail.com",
helperText:
"Your request will be delivered to the email address you enter above.",
invalidText:
Expand Down

0 comments on commit d9b458a

Please sign in to comment.