Skip to content

Commit

Permalink
Updating value prop on landing screen of doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
mistymg committed Dec 12, 2024
1 parent 608bef9 commit 32b228d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions VAMobile/documentation/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
),
},
Expand Down

0 comments on commit 32b228d

Please sign in to comment.