Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rated Disabilities] - Migrate v1 components to v3 components #28163

Merged
Expand Up @@ -7,7 +7,7 @@ export default function NeedHelp() {
<div slot="content">
<p>
You can call us at <va-telephone contact={CONTACTS.VA_BENEFITS} />.
We’re We’re here Monday through Friday, 8:00 a.m to 9:00 p.m. ET. If
We’re here Monday through Friday, 8:00 a.m to 9:00 p.m. ET. If have
samcoforma marked this conversation as resolved.
Show resolved Hide resolved
have hearing loss, call <va-telephone contact={CONTACTS['711']} tty />
</p>
</div>
Expand Down
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default function NoCombinedRating() {
return (
<va-alert status="info" uswds>
<va-alert status="info">
<h3 slot="headline">
We don’t have a combined disability rating on file for you
</h3>
Expand Down
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default function NoRatings() {
return (
<va-alert uswds>
<va-alert>
<h3 slot="headline">
We don’t have any rated disabilities on file for you
</h3>
Expand Down
Expand Up @@ -3,7 +3,7 @@ import { CONTACTS } from '@department-of-veterans-affairs/component-library/cont

export default function ServerError() {
return (
<va-alert status="error" uswds>
<va-alert status="error">
<h2 slot="headline">We’re sorry. Something went wrong on our end.</h2>
<p className="vads-u-font-size--base">
Please refresh this page or check back later. You can also sign out of
Expand Down