add to nav

This commit is contained in:
Bill He 2023-09-29 11:01:58 -04:00
parent abd97a91f9
commit 662898ce82
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8
2 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,11 @@ export const HeaderDesktop = () => {
label: stringGetter({ key: STRING_KEYS.TRADE }),
href: AppRoute.Trade,
},
{
value: 'Dv4TNT',
label: 'Dv4TNT',
href: AppRoute.Rewards,
},
{
value: 'PORTFOLIO',
label: stringGetter({ key: STRING_KEYS.PORTFOLIO }),

View File

@ -60,7 +60,8 @@ export const RewardsPage = () => {
{stringGetter({ key: STRING_KEYS.MIGRATE })}
</Styled.MigrateTitle>
<Styled.Description>
{stringGetter({ key: STRING_KEYS.MIGRATE_DESCRIPTION })}
Migrate your tokens from Ethereum to dYdX Chain. This will enable you to participate in governance. You will also be able to stake your tokens.
{/* {stringGetter({ key: STRING_KEYS.MIGRATE_DESCRIPTION })} */}
<Link href={MIGRATE_HELP_URL}>
{stringGetter({ key: STRING_KEYS.LEARN_MORE })}
</Link>