Skip to content

Commit

Permalink
Tab renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jul 25, 2024
1 parent e763b3f commit 5ab0abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ export const plugins: PluginItem[] = [
pluginAddress: PUB_DUAL_GOVERNANCE_PLUGIN_ADDRESS,
},
{
id: "multisig-proposals",
id: "taiko-council",
folderName: "multisig",
title: "Security Council Multisig",
title: "Taiko Council",
// icon: IconType.BLOCKCHAIN_BLOCKCHAIN,
pluginAddress: PUB_MULTISIG_PLUGIN_ADDRESS,
hiddenIfNotSigner: true,
},
{
id: "emergency-proposals",
id: "security-council",
folderName: "emergency-multisig",
title: "Emergency Multisig",
title: "Security Council",
// icon: IconType.BLOCKCHAIN_BLOCKCHAIN,
pluginAddress: PUB_EMERGENCY_MULTISIG_PLUGIN_ADDRESS,
hiddenIfNotSigner: true,
Expand Down

0 comments on commit 5ab0abb

Please sign in to comment.