Skip to content

Commit c16267d

Browse files
committed
chore: clean-up
1 parent 9adc776 commit c16267d

File tree

3 files changed

+2
-75
lines changed

3 files changed

+2
-75
lines changed

src/assets/icons/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ import {
8989
cilLockLocked,
9090
cilMagnifyingGlass,
9191
cilMap,
92+
cilMediaPlay,
9293
cilMenu,
9394
cilMoon,
9495
cilNotes,
@@ -191,6 +192,7 @@ export const icons = Object.assign(
191192
cilLockLocked,
192193
cilMagnifyingGlass,
193194
cilMap,
195+
cilMediaPlay,
194196
cilMenu,
195197
cilMoon,
196198
cilNotes,

src/containers/_nav.js

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ const _nav = [
126126
{
127127
_component: 'CNavGroup',
128128
anchor: 'Buttons',
129-
// route: '/buttons',
130129
icon: <CIcon name="cil-cursor" customClasses="nav-icon" />,
131130
items: [
132131
{
@@ -214,7 +213,6 @@ const _nav = [
214213
{
215214
_component: 'CNavGroup',
216215
anchor: 'Icons',
217-
// route: '/icons',
218216
icon: <CIcon name="cil-star" customClasses="nav-icon" />,
219217
items: [
220218
{
@@ -244,7 +242,6 @@ const _nav = [
244242
{
245243
_component: 'CNavGroup',
246244
anchor: 'Notifications',
247-
// route: '/notifications',
248245
icon: <CIcon name="cil-bell" customClasses="nav-icon" />,
249246
items: [
250247
{
@@ -284,9 +281,6 @@ const _nav = [
284281
text: 'NEW',
285282
},
286283
},
287-
// {
288-
// _component: 'CSidebarNavDivider'
289-
// },
290284
{
291285
_component: 'CNavTitle',
292286
anchor: 'Extras',
@@ -322,59 +316,6 @@ const _nav = [
322316
},
323317
],
324318
},
325-
// {
326-
// _component: 'CNavItem',
327-
// anchor: 'Disabled',
328-
// icon: <CIcon name="cil-ban" customClasses="nav-icon"/>,
329-
// badge: {
330-
// color: 'secondary',
331-
// text: 'NEW',
332-
// },
333-
// addLinkClass: 'c-disabled',
334-
// 'disabled': true
335-
// },
336-
// {
337-
// _component: 'CSidebarNavDivider',
338-
// classanchor: 'm-2'
339-
// },
340-
// {
341-
// _component: 'CNavTitle',
342-
// items: ['Labels']
343-
// },
344-
// {
345-
// _component: 'CNavItem',
346-
// anchor: 'Label danger',
347-
// to: '',
348-
// icon: {
349-
// anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
350-
// classanchor: 'text-danger'
351-
// },
352-
// label: true
353-
// },
354-
// {
355-
// _component: 'CNavItem',
356-
// anchor: 'Label info',
357-
// to: '',
358-
// icon: {
359-
// anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
360-
// classanchor: 'text-info'
361-
// },
362-
// label: true
363-
// },
364-
// {
365-
// _component: 'CNavItem',
366-
// anchor: 'Label warning',
367-
// to: '',
368-
// icon: {
369-
// anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
370-
// classanchor: 'text-warning'
371-
// },
372-
// label: true
373-
// },
374-
// {
375-
// _component: 'CSidebarNavDivider',
376-
// classanchor: 'm-2'
377-
// }
378319
]
379320

380321
export default _nav

src/scss/_fixes.scss

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)