add governance link
This commit is contained in:
parent
899dfff097
commit
ba17dd4d99
|
@ -14,6 +14,7 @@ import TradeNavMenu from './TradeNavMenu'
|
|||
import {
|
||||
CalculatorIcon,
|
||||
CurrencyDollarIcon,
|
||||
LibraryIcon,
|
||||
LightBulbIcon,
|
||||
UserAddIcon,
|
||||
} from '@heroicons/react/outline'
|
||||
|
@ -103,6 +104,12 @@ const TopBar = () => {
|
|||
true,
|
||||
<LightBulbIcon className="h-4 w-4" key="learn" />,
|
||||
],
|
||||
[
|
||||
t('governance'),
|
||||
'https://dao-beta.mango.markets/dao/MNGO',
|
||||
true,
|
||||
<LibraryIcon className="h-4 w-4" key="governance" />,
|
||||
],
|
||||
[
|
||||
'Mango v2',
|
||||
'https://v2.mango.markets',
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
"funding-chart-title": "Funding – Last 30 days (current bar is delayed)",
|
||||
"futures": "Futures",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-check": "Account Health Check",
|
||||
"health-ratio": "Health Ratio",
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
"funding-chart-title": "Fondos (últimos 30 días)",
|
||||
"futures": "Futuros",
|
||||
"get-started": "Comenzar",
|
||||
"governance": "Governance",
|
||||
"health": "Salud",
|
||||
"health-check": "Verificación del estado de la cuenta",
|
||||
"health-ratio": "Proporción de salud",
|
||||
|
|
|
@ -151,6 +151,7 @@
|
|||
"funding-chart-title": "资金费 – 前30天(图表有点延迟)",
|
||||
"futures": "永续合约",
|
||||
"get-started": "开始",
|
||||
"governance": "Governance",
|
||||
"health": "健康度",
|
||||
"health-check": "帐户健康检查",
|
||||
"health-ratio": "健康比率",
|
||||
|
|
|
@ -151,6 +151,7 @@
|
|||
"funding-chart-title": "資金費 – 前30天(圖表有點延遲)",
|
||||
"futures": "永續合約",
|
||||
"get-started": "開始",
|
||||
"governance": "Governance",
|
||||
"health": "健康度",
|
||||
"health-check": "帳戶健康檢查",
|
||||
"health-ratio": "健康比率",
|
||||
|
|
Loading…
Reference in New Issue