We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attributes
1 parent 6c3acb3 commit 7b358c4Copy full SHA for 7b358c4
src/_nav.js
@@ -255,18 +255,26 @@ export default {
255
},
256
],
257
258
+ {
259
+ name: 'Disabled',
260
+ url: '/dashboard',
261
+ icon: 'icon-ban',
262
+ attributes: { disabled: true },
263
+ },
264
{
265
name: 'Download CoreUI',
- url: 'http://coreui.io/react/',
266
+ url: 'https://coreui.io/react/',
267
icon: 'icon-cloud-download',
268
class: 'mt-auto',
269
variant: 'success',
270
+ attributes: { target: '_blank', rel: "noopener" },
271
272
273
name: 'Try CoreUI PRO',
- url: 'http://coreui.io/pro/react/',
274
+ url: 'https://coreui.io/pro/react/',
275
icon: 'icon-layers',
276
variant: 'danger',
277
278
279
280
};
0 commit comments