@@ -50,7 +50,7 @@ export const navConfig: INavigationConfig = {
5050 } ,
5151 { title : "Switch" , href : `${ componentsRoute } /switch` } ,
5252 { title : "Tab" , href : `${ componentsRoute } /tab` } ,
53- { title : "Table" , href : `${ componentsRoute } /table` , tag : "New " } ,
53+ { title : "Table" , href : `${ componentsRoute } /table` , tag : "Updated " } ,
5454 { title : "Textarea" , href : `${ componentsRoute } /textarea` } ,
5555 { title : "Text" , href : `${ componentsRoute } /text` } ,
5656 {
@@ -70,10 +70,10 @@ export const navConfig: INavigationConfig = {
7070 {
7171 title : "Chart" ,
7272 children : [
73- { title : "Bar Chart" , href : `${ chartsRoute } /bar-chart` } ,
74- { title : "Line Chart" , href : `${ chartsRoute } /line-chart` } ,
75- { title : "Area Chart" , href : `${ chartsRoute } /area-chart` } ,
76- { title : "Pie Chart" , href : `${ chartsRoute } /pie-chart` } ,
73+ { title : "Bar Chart" , href : `${ chartsRoute } /bar-chart` , tag : "New" } ,
74+ { title : "Line Chart" , href : `${ chartsRoute } /line-chart` , tag : "New" } ,
75+ { title : "Area Chart" , href : `${ chartsRoute } /area-chart` , tag : "New" } ,
76+ { title : "Pie Chart" , href : `${ chartsRoute } /pie-chart` , tag : "New" } ,
7777 ] ,
7878 } ,
7979 {
0 commit comments