update nav and url
This commit is contained in:
parent
de8a2dae8b
commit
1fb642c996
|
@ -142,11 +142,11 @@ const SideNav = ({ collapsed }: { collapsed: boolean }) => {
|
|||
showTooltip={false}
|
||||
/>
|
||||
<MenuItem
|
||||
active={pathname === '/governance/list-token'}
|
||||
active={pathname === '/governance/list-market-or-token'}
|
||||
collapsed={false}
|
||||
icon={<PlusCircleIcon className="h-5 w-5" />}
|
||||
title={t('common:list-token')}
|
||||
pagePath="/governance/list-token"
|
||||
title={t('common:list-market-token')}
|
||||
pagePath="/governance/list-market-or-token"
|
||||
hideIconBg
|
||||
showTooltip={false}
|
||||
/>
|
||||
|
|
|
@ -143,8 +143,8 @@ const MoreMenuPanel = ({
|
|||
icon={<MagnifyingGlassIcon className="h-5 w-5" />}
|
||||
/>
|
||||
<MoreMenuItem
|
||||
title={t('common:list-token')}
|
||||
path="/governance/list-token"
|
||||
title={t('common:list-market-token')}
|
||||
path="/governance/list-market-or-token"
|
||||
icon={<PlusCircleIcon className="h-5 w-5" />}
|
||||
/>
|
||||
<MoreMenuItem
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"wallet-disconnected": "Disconnected from wallet",
|
||||
"withdraw": "Withdraw",
|
||||
"withdraw-amount": "Withdraw Amount",
|
||||
"list-token": "List Token",
|
||||
"list-market-token": "List Market/Token",
|
||||
"vote": "Vote",
|
||||
"yes": "Yes",
|
||||
"list-market": "List Market"
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"wallet-disconnected": "Disconnected from wallet",
|
||||
"withdraw": "Withdraw",
|
||||
"withdraw-amount": "Withdraw Amount",
|
||||
"list-token": "List Token",
|
||||
"list-market-token": "List Market/Token",
|
||||
"vote": "Vote",
|
||||
"yes": "Yes",
|
||||
"list-market": "List Market"
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"wallet-disconnected": "Disconnected from wallet",
|
||||
"withdraw": "Withdraw",
|
||||
"withdraw-amount": "Withdraw Amount",
|
||||
"list-token": "List Token",
|
||||
"list-market-token": "List Market/Token",
|
||||
"vote": "Vote",
|
||||
"yes": "Yes",
|
||||
"list-market": "List Market"
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"wallet-disconnected": "已断开钱包连接",
|
||||
"withdraw": "取款",
|
||||
"withdraw-amount": "取款额",
|
||||
"list-token": "列表代币",
|
||||
"list-market-token": "List Market/Token",
|
||||
"vote": "投票",
|
||||
"yes": "是",
|
||||
"list-market": "List Market"
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"wallet-disconnected": "已斷開錢包連接",
|
||||
"withdraw": "取款",
|
||||
"withdraw-amount": "取款額",
|
||||
"list-token": "列表代币",
|
||||
"list-market-token": "List Market/Token",
|
||||
"vote": "投票",
|
||||
"yes": "是",
|
||||
"list-market": "List Market"
|
||||
|
|
Loading…
Reference in New Issue