feat(admin): refactor admin console to focus on superadmin tier, graduation and dispute governance
This commit is contained in:
@@ -12,10 +12,9 @@ export const AdminNavbar: React.FC<NavbarProps> = ({ activeTab, setActiveTab })
|
||||
const { account, isCorrectNetwork, connectWallet, switchNetwork } = useWeb3();
|
||||
|
||||
const navItems = [
|
||||
{ id: 'faucet', label: '🚰 WUSD 水龙头' },
|
||||
{ id: 'wizard', label: '🚀 创建市场向导' },
|
||||
{ id: 'governance', label: '⚙️ 协议参数治理' },
|
||||
{ id: 'adjudication', label: '⚖️ 市场风控与裁决' },
|
||||
{ id: 'governance', label: '⚙️ 协议全局治理' },
|
||||
{ id: 'adjudication', label: '⚖️ 市场争议终裁与熔断' },
|
||||
{ id: 'faucet', label: '🚰 超管铸币水龙头' },
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user