File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,13 @@ const model = ref([
50
50
{ label: ' Compliance' , icon: ' pi pi-fw pi-check-circle' , to: ' /compliance' },
51
51
{ label: ' PKI' , icon: ' pi pi-fw pi-lock' , to: ' /pki' },
52
52
{ label: ' Validators' , icon: ' pi pi-fw pi-server' , to: ' /validators' },
53
- { label: ' Upgrades' , icon: ' pi pi-fw pi-history' , to: ' /upgrades' },
53
+ { label: ' Upgrades' , icon: ' pi pi-fw pi-history' , to: ' /upgrades' }
54
+ ]
55
+ },
56
+ {
57
+ label: ' Tools and Documentation' ,
58
+ icon: ' pi pi-fw pi-book' ,
59
+ items: [
54
60
{ label: ' Transaction Blocks' , icon: ' pi pi-fw pi-book' , to: ' /transactions/blocks' },
55
61
{ label: ' Legacy Wallet' , icon: ' pi pi-fw pi-wallet' , to: ' /legacy-wallet' },
56
62
{ label: ' Keplr Wallet - Guide' , icon: ' pi pi-fw pi-book' , to: ' /keplr-wallet' }
You can’t perform that action at this time.
0 commit comments