Skip to content

Commit

Permalink
SOV-2532: add title to sovryn.app menu (#2553)
Browse files Browse the repository at this point in the history
feat: add title to d2 menu
  • Loading branch information
soulBit authored Jun 27, 2023
1 parent 4a880f8 commit 6c4a54d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const DefaultHeaderComponent: React.FC = () => {
},
{
to: '',
title: 'Sovryn.app',
title: t(translations.mainMenu.d2Title),
dataActionId: '',
hrefExternal: true,
},
Expand Down Expand Up @@ -346,6 +346,7 @@ export const DefaultHeaderComponent: React.FC = () => {
<NavPopover
content={
<>
<MenuSeparator text={t(translations.mainMenu.d2Title)} />
<MenuItem
text={t(translations.mainMenu.borrow)}
label={t(translations.mainMenu.labels.d2Borrow)}
Expand Down
1 change: 1 addition & 0 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@
"perpetuals": "Perpetuals",
"getStarted": "Get Started",
"fundWallet": "Fund Wallet",
"d2Title": "sovryn.app",
"tooltips": {
"readMore": "Read more",
"fundWalletButton": "Click here to fund your wallet and get started."
Expand Down
1 change: 1 addition & 0 deletions src/locales/pt_br/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@
"perpetuals": "Operar perpétuo",
"getStarted": "Começar",
"fundWallet": "Carregar saldo",
"d2Title": "sovryn.app",
"tooltips": {
"readMore": "Saiba mais",
"fundWalletButton": "Clique aqui para carregar saldo RBTC e começar a usar."
Expand Down

0 comments on commit 6c4a54d

Please sign in to comment.