Skip to content

Commit

Permalink
chore: update navigation (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt authored Jun 27, 2023
1 parent 0eb4d00 commit 08aa108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/assets/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@
"redeem": "Redeem",
"nav_bridge": "Bridge",
"nav_strategies": "Strategies",
"nav_transfer": "Transfer",
"nav_transfer": "Transfer / Bridge",
"nav_lending": "Lending",
"nav_swap": "Swap",
"nav_pools": "Pools",
"nav_transactions": "My Transactions",
"nav_staking": "Staking",
"nav_stats": "Stats",
"nav_dashboard": "Dashboard",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Transfer/TransferForms/TransferForms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TransferForms = (): JSX.Element => {
<TransferForm />
</StyledFormWrapper>
</TabsItem>
<TabsItem title='Cross Chain Transfer' key='crossChainTransfer'>
<TabsItem title='Bridge' key='bridge'>
<StyledFormWrapper>
<CrossChainTransferForm />
</StyledFormWrapper>
Expand Down
2 changes: 1 addition & 1 deletion src/parts/Sidebar/SidebarContent/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Navigation = ({
disabled: !isStrategiesEnabled
},
{
name: 'nav_bridge',
name: `${WRAPPED_TOKEN_SYMBOL}`,
link: PAGES.BRIDGE,
icon: ArrowPathIcon,
hidden: false
Expand Down

2 comments on commit 08aa108

@vercel
Copy link

@vercel vercel bot commented on 08aa108 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 08aa108 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.