diff --git a/src/_nav.js b/src/_nav.js index 1d56d46..2a6cac9 100644 --- a/src/_nav.js +++ b/src/_nav.js @@ -255,18 +255,26 @@ export default { }, ], }, + { + name: 'Disabled', + url: '/dashboard', + icon: 'icon-ban', + attributes: { disabled: true }, + }, { name: 'Download CoreUI', - url: 'http://coreui.io/react/', + url: 'https://coreui.io/react/', icon: 'icon-cloud-download', class: 'mt-auto', variant: 'success', + attributes: { target: '_blank', rel: "noopener" }, }, { name: 'Try CoreUI PRO', - url: 'http://coreui.io/pro/react/', + url: 'https://coreui.io/pro/react/', icon: 'icon-layers', variant: 'danger', + attributes: { target: '_blank', rel: "noopener" }, }, ], };