@@ -50,7 +50,7 @@ export const navConfig: INavigationConfig = {
50
50
} ,
51
51
{ title : "Switch" , href : `${ componentsRoute } /switch` } ,
52
52
{ title : "Tab" , href : `${ componentsRoute } /tab` } ,
53
- { title : "Table" , href : `${ componentsRoute } /table` , tag : "New " } ,
53
+ { title : "Table" , href : `${ componentsRoute } /table` , tag : "Updated " } ,
54
54
{ title : "Textarea" , href : `${ componentsRoute } /textarea` } ,
55
55
{ title : "Text" , href : `${ componentsRoute } /text` } ,
56
56
{
@@ -70,10 +70,10 @@ export const navConfig: INavigationConfig = {
70
70
{
71
71
title : "Chart" ,
72
72
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" } ,
77
77
] ,
78
78
} ,
79
79
{
0 commit comments