@@ -6,7 +6,7 @@ const _nav = [
66 component : 'CNavItem' ,
77 name : 'Dashboard' ,
88 to : '/dashboard' ,
9- icon : < CIcon name = "cil-speedometer" customClassName = "nav-icon" /> ,
9+ icon : < CIcon icon = "cil-speedometer" customClassName = "nav-icon" /> ,
1010 badge : {
1111 color : 'info' ,
1212 text : 'NEW' ,
@@ -20,13 +20,13 @@ const _nav = [
2020 component : 'CNavItem' ,
2121 name : 'Colors' ,
2222 to : '/theme/colors' ,
23- icon : < CIcon name = "cil-drop" customClassName = "nav-icon" /> ,
23+ icon : < CIcon icon = "cil-drop" customClassName = "nav-icon" /> ,
2424 } ,
2525 {
2626 component : 'CNavItem' ,
2727 name : 'Typography' ,
2828 to : '/theme/typography' ,
29- icon : < CIcon name = "cil-pencil" customClassName = "nav-icon" /> ,
29+ icon : < CIcon icon = "cil-pencil" customClassName = "nav-icon" /> ,
3030 } ,
3131 {
3232 component : 'CNavTitle' ,
@@ -122,7 +122,7 @@ const _nav = [
122122 component : 'CNavGroup' ,
123123 name : 'Buttons' ,
124124 to : '/buttons' ,
125- icon : < CIcon name = "cil-cursor" customClassName = "nav-icon" /> ,
125+ icon : < CIcon icon = "cil-cursor" customClassName = "nav-icon" /> ,
126126 items : [
127127 {
128128 component : 'CNavItem' ,
@@ -147,7 +147,7 @@ const _nav = [
147147 {
148148 component : 'CNavGroup' ,
149149 name : 'Forms' ,
150- icon : < CIcon name = "cil-notes" customClassName = "nav-icon" /> ,
150+ icon : < CIcon icon = "cil-notes" customClassName = "nav-icon" /> ,
151151 items : [
152152 {
153153 component : 'CNavItem' ,
@@ -203,12 +203,12 @@ const _nav = [
203203 component : 'CNavItem' ,
204204 name : 'Charts' ,
205205 to : '/charts' ,
206- icon : < CIcon name = "cil-chart-pie" customClassName = "nav-icon" /> ,
206+ icon : < CIcon icon = "cil-chart-pie" customClassName = "nav-icon" /> ,
207207 } ,
208208 {
209209 component : 'CNavGroup' ,
210210 name : 'Icons' ,
211- icon : < CIcon name = "cil-star" customClassName = "nav-icon" /> ,
211+ icon : < CIcon icon = "cil-star" customClassName = "nav-icon" /> ,
212212 items : [
213213 {
214214 component : 'CNavItem' ,
@@ -237,7 +237,7 @@ const _nav = [
237237 {
238238 component : 'CNavGroup' ,
239239 name : 'Notifications' ,
240- icon : < CIcon name = "cil-bell" customClassName = "nav-icon" /> ,
240+ icon : < CIcon icon = "cil-bell" customClassName = "nav-icon" /> ,
241241 items : [
242242 {
243243 component : 'CNavItem' ,
@@ -269,7 +269,7 @@ const _nav = [
269269 component : 'CNavItem' ,
270270 name : 'Widgets' ,
271271 to : '/widgets' ,
272- icon : < CIcon name = "cil-calculator" customClassName = "nav-icon" /> ,
272+ icon : < CIcon icon = "cil-calculator" customClassName = "nav-icon" /> ,
273273 badge : {
274274 color : 'info' ,
275275 text : 'NEW' ,
@@ -282,7 +282,7 @@ const _nav = [
282282 {
283283 component : 'CNavGroup' ,
284284 name : 'Pages' ,
285- icon : < CIcon name = "cil-star" customClassName = "nav-icon" /> ,
285+ icon : < CIcon icon = "cil-star" customClassName = "nav-icon" /> ,
286286 items : [
287287 {
288288 component : 'CNavItem' ,
0 commit comments