Skip to content

Commit

Permalink
fix: broken header link for D2 Zero page (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulBit authored Oct 23, 2023
1 parent 5aa7298 commit b13d0c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const DefaultHeaderComponent: React.FC = () => {
hrefExternal: true,
},
{
to: D2_URL,
to: `${D2_URL}/borrow/line-of-credit`,
title: t(translations.mainMenu.borrow),
dataActionId: 'header-mobile-d2-link-borrow',
hrefExternal: true,
Expand Down Expand Up @@ -350,7 +350,7 @@ export const DefaultHeaderComponent: React.FC = () => {
<MenuItem
text={t(translations.mainMenu.borrow)}
label={t(translations.mainMenu.labels.d2Borrow)}
href={D2_URL}
href={`${D2_URL}/borrow/line-of-credit`}
hrefExternal
dataActionId="header-trade-d2-link-borrow"
/>
Expand Down

0 comments on commit b13d0c8

Please sign in to comment.