Skip to content

Commit

Permalink
fix: FAQ link
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 1, 2024
1 parent ac47404 commit bf09257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/vaults-v3/components/details/RewardsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function BoostMessage(props: {currentVault: TYDaemonVault; hasStakingRewardsLive
{'Learn more about veYFI rewards in the '}
<a
className={'underline'}
href={'https://docs.yearn.fi/getting-started/products/veyfi'}
href={'https://docs.yearn.fi/contributing/governance/veyfi-intro'}
target={'_blank'}
rel={'noreferrer'}>
{'FAQ'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function BoostMessage(props: {
{'Learn more about veYFI rewards in the '}
<a
className={'underline'}
href={'https://docs.yearn.fi/getting-started/products/veyfi'}
href={'https://docs.yearn.fi/contributing/governance/veyfi-intro'}
target={'_blank'}
rel={'noreferrer'}>
{'FAQ'}
Expand Down

0 comments on commit bf09257

Please sign in to comment.