diff --git a/src/applications/vaos/covid-19-vaccine/components/ContactInfoPage.jsx b/src/applications/vaos/covid-19-vaccine/components/ContactInfoPage.jsx
index b9d58b83c560..4583a56159d7 100644
--- a/src/applications/vaos/covid-19-vaccine/components/ContactInfoPage.jsx
+++ b/src/applications/vaos/covid-19-vaccine/components/ContactInfoPage.jsx
@@ -47,7 +47,7 @@ const uiSchema = {
services?
- Go to your VA profile
+ Go to your VA.gov profile (opens in new tab)
.
diff --git a/src/applications/vaos/new-appointment/components/ContactInfoPage.jsx b/src/applications/vaos/new-appointment/components/ContactInfoPage.jsx
index f28972c9831a..eb40bd672285 100644
--- a/src/applications/vaos/new-appointment/components/ContactInfoPage.jsx
+++ b/src/applications/vaos/new-appointment/components/ContactInfoPage.jsx
@@ -122,7 +122,7 @@ function Description() {
services?
- Go to your VA profile
+ Go to your VA.gov profile (opens in new tab)
.
@@ -245,7 +245,7 @@ export default function ContactInfoPage() {
benefits and services in your VA.gov profile.
- Go to your VA profile
+ Go to your VA.gov profile (opens in new tab)
diff --git a/src/applications/vaos/new-appointment/components/NoAddressNote.js b/src/applications/vaos/new-appointment/components/NoAddressNote.js
index 894822983490..8f16073c1e79 100644
--- a/src/applications/vaos/new-appointment/components/NoAddressNote.js
+++ b/src/applications/vaos/new-appointment/components/NoAddressNote.js
@@ -8,7 +8,7 @@ export default function NoAddressNote() {
your home address to your VA profile.
- Go to your VA.gov profile
+ Go to your VA.gov profile (opens in new tab)
);
diff --git a/src/applications/vaos/new-appointment/components/TypeOfCarePage/UpdateAddressAlert.jsx b/src/applications/vaos/new-appointment/components/TypeOfCarePage/UpdateAddressAlert.jsx
index 6cda3d0af94d..e3407b7b3ca5 100644
--- a/src/applications/vaos/new-appointment/components/TypeOfCarePage/UpdateAddressAlert.jsx
+++ b/src/applications/vaos/new-appointment/components/TypeOfCarePage/UpdateAddressAlert.jsx
@@ -6,10 +6,6 @@ import InfoAlert from '../../../components/InfoAlert';
export default function UpdateAddressAlert({ onClickUpdateAddress }) {
const headline =
'To use some of the tool’s features, you need a home address on file';
- const style = {
- width: 'fit-content',
- webkitWidth: 'fit-content',
- };
return (
To update your address, go to your VA.gov profile. Please allow some
- time for your address update to process through our system.
+ time for your address update to process through our system.
+
onClickUpdateAddress(headline)}
+ renderAriaLabel={false}
>
- Update your address
+ Go to your VA.gov profile (opens in new tab)