Skip to content

Commit

Permalink
97602 - link to update
Browse files Browse the repository at this point in the history
  • Loading branch information
jquispe-oddball committed Dec 26, 2024
1 parent b30d053 commit cf60ddb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Navigation = () => {
data-testid="nav-home-link"
aria-label="VA logo"
className="nav__link vads-u-display--flex"
href="/representative"
to="/"
>
<img
data-testid="mobile-logo"
Expand Down Expand Up @@ -48,12 +48,12 @@ export const Navigation = () => {
<div className="nav__container vads-u-display--flex">
<Link
className="usa-button nav__user-btn nav__user-btn--user desktop"
href="/representative/poa-requests"
to="/poa-requests"
>
POA requests
</Link>
<Link
href="/get-help"
to="/get-help"
className="usa-button nav__user-btn nav__user-btn--user desktop"
>
Get Help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const UserNavLinks = () => {
<Link
data-testid="user-nav-poa-requests-link"
className="vads-u-color--black"
href="/poa-requests"
to="/poa-requests"
>
POA Requests
</Link>
Expand All @@ -17,7 +17,7 @@ const UserNavLinks = () => {
<Link
data-testid="user-nav-profile-link"
className="vads-u-color--black"
href="/get-help"
to="/get-help"
>
Get Help
</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const UserNavLinks = () => {
<Link
data-testid="user-nav-profile-link"
className="vads-u-color--black"
href="/profile"
to="/profile"
>
Profile
</Link>
Expand Down

0 comments on commit cf60ddb

Please sign in to comment.