Skip to content

Commit

Permalink
[#186] Fix to add external prop to open links in new tab in all tasks (
Browse files Browse the repository at this point in the history
…#32897)

* Updated new CAIA content changes in all three tasks, added scroll/focus on ContactInfo pg in Task Orange

* Fix to add external to links to open new tab

---------

Co-authored-by: Belle P <[email protected]>
  • Loading branch information
bellepx0 and Belle P authored Nov 5, 2024
1 parent d80e091 commit 8321175
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const VeteranInformation = ({ formData }) => {
We’ll give you instructions for how to change your information. Or you
can learn how to change your legal name on file with VA.{' '}
<va-link
external
href={APP_URLS.facilities}
text="Learn how to change your legal name (opens in new tab)"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const VeteranProfileInformation = ({
. We’ll give you instructions for how to change your information. Or
you can learn how to change your legal name on file with VA.{' '}
<va-link
external
href={APP_URLS.facilities}
text="Learn how to change your legal name (opens in new tab)"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const AdditionalInfoContent = () => {
<p className="vads-u-margin-bottom--0">
Or you can learn how to change your legal name on file with VA.{' '}
<va-link
external
text="Learn how to change your legal name (opens in new tab)"
href="/resources/how-to-change-your-legal-name-on-file-with-va/"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const AdditionalInfoContent = () => {
<p className="vads-u-margin-bottom--0">
Or you can learn how to change your legal name on file with VA.{' '}
<va-link
external
text="Learn how to change your legal name (opens in new tab)"
href="/resources/how-to-change-your-legal-name-on-file-with-va/"
/>
Expand Down Expand Up @@ -110,6 +111,7 @@ const UneditableData = () => {
ET. We’ll give you instructions for how to change your information.
Or you can learn how to change your legal name on file with VA.{' '}
<va-link
external
text="Learn how to change your legal name (opens in new tab)"
href="/resources/how-to-change-your-legal-name-on-file-with-va/"
/>
Expand Down Expand Up @@ -163,6 +165,7 @@ const UneditableData = () => {
ET. We’ll give you instructions for how to change your information.
Or you can learn how to change your legal name on file with VA.{' '}
<va-link
external
text="Learn how to change your legal name (opens in new tab)"
href="/resources/how-to-change-your-legal-name-on-file-with-va/"
/>
Expand Down

0 comments on commit 8321175

Please sign in to comment.