add to nav

This commit is contained in:
Bill He
2023-10-04 12:32:33 -04:00
parent abd97a91f9
commit 662898ce82
2 changed files with 7 additions and 1 deletions
+5
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 }),
+2 -1
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>