Skip to content

Commit 2c9594d

Browse files
Change meal request age copy
1 parent 77c61c6 commit 2c9594d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/components/asp/requests/CreateMealRequest.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Center, Spinner, useToast } from "@chakra-ui/react";
22
import React, { useContext, useEffect, useState } from "react";
3-
import type { Value } from "react-multi-date-picker";
43
import { Navigate } from "react-router-dom";
54

65
import SchedulingFormCalendar from "./SchedulingFormCalendar";
@@ -96,7 +95,7 @@ const CreateMealRequest = (): React.ReactElement => {
9695
<TitleSection
9796
title="Create a meal request"
9897
description="Tell us a little bit about your requirements and we'll connect
99-
you with a meal donor. This program aims to support kids age 6 to 12."
98+
you with a meal donor. This program aims to support youth ages 6 to 29."
10099
/>
101100
<Center>
102101
<Spinner />
@@ -110,7 +109,7 @@ const CreateMealRequest = (): React.ReactElement => {
110109
title="Create Meal Request"
111110
description="
112111
Tell us a little bit about your requirements and we'll connect
113-
you with a meal donor. This program aims to support kids age 6 to 12."
112+
you with a meal donor. This program aims to support youth ages 6 to 29."
114113
/>
115114

116115
<ThreeStepForm

0 commit comments

Comments
 (0)