Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Commit c320ce3

Browse files
committed
1 parent 67d723e commit c320ce3

File tree

3 files changed

+27
-227
lines changed

3 files changed

+27
-227
lines changed

dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"buefy": "^0.8.10",
2626
"core-js": "^2.6.5",
2727
"file-saver": "^2.0.2",
28-
"vue": "^2.6.11",
28+
"vue": "2.6.10",
2929
"vue-class-component": "^7.2.2",
3030
"vue-clipboard2": "^0.3.1",
3131
"vue-property-decorator": "^8.4.0",

dashboard/src/components/SidebarMenu.vue

+10-12
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,16 @@ export default class SidebarMenu extends Vue {
105105
to: '/settings',
106106
tag: 'router-link',
107107
},
108-
// {
109-
// name: 'Github',
110-
// icon: 'code-branch',
111-
// to: 'https://github.com/vue-polkadot/apps',
112-
// tag: 'a',
113-
// },
114-
// {
115-
// name: 'Wiki',
116-
// icon: 'book',
117-
// to: 'https://wiki.polkadot.network/',
118-
// tag: 'a',
119-
// },
108+
{
109+
name: 'Github',
110+
icon: 'code-branch',
111+
to: 'https://github.com/vue-polkadot/apps',
112+
},
113+
{
114+
name: 'Wiki',
115+
icon: 'book',
116+
to: 'https://wiki.polkadot.network/',
117+
},
120118
];
121119
public currentRow: any = this.sidebar[0];
122120
public isSidebarClosed = true;

0 commit comments

Comments
 (0)