From 32b228d5c15b83f711d854c72e3e54fafc29799d Mon Sep 17 00:00:00 2001 From: Misty Milliron-Grant <102106810+mistymg@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:34:37 +0000 Subject: [PATCH] Updating value prop on landing screen of doc site --- VAMobile/documentation/src/components/HomepageFeatures.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/VAMobile/documentation/src/components/HomepageFeatures.tsx b/VAMobile/documentation/src/components/HomepageFeatures.tsx index 8dda3971190..966bc0d9bab 100644 --- a/VAMobile/documentation/src/components/HomepageFeatures.tsx +++ b/VAMobile/documentation/src/components/HomepageFeatures.tsx @@ -23,13 +23,14 @@ const baseUrl = '/va-mobile-app' const FeatureList: FeatureItem[] = [ { - title: 'VA: Health and Benefits App', + title: 'VA: Health and Benefits', image: `${baseUrl}/img/va-logo.png`, alt: `Department of Veteran Affairs logo`, useMobileImageCss: true, description: ( <> - The mobile app allows Veterans to more easily complete key transactions across VA health and benefits services. + With the VA: Health and Benefits app, Veterans can manage the VA health care and benefits tasks they do most + often—all in one simple app. ), },