@@ -28,13 +28,13 @@ export const navConfig: INavigationConfig = {
28
28
{ title : "Alert" , href : `${ componentsRoute } /alert` } ,
29
29
{ title : "Avatar" , href : `${ componentsRoute } /avatar` } ,
30
30
{ title : "Badge" , href : `${ componentsRoute } /badge` } ,
31
- { title : "Button" , href : `${ componentsRoute } /button` , tag : "Updated" } ,
31
+ { title : "Button" , href : `${ componentsRoute } /button` } ,
32
32
{ title : "Card" , href : `${ componentsRoute } /card` } ,
33
33
{ title : "Checkbox" , href : `${ componentsRoute } /checkbox` } ,
34
34
{ title : "Dialog" , href : `${ componentsRoute } /dialog` } ,
35
- { title : "Input" , href : `${ componentsRoute } /input` , tag : "Updated" } ,
35
+ { title : "Input" , href : `${ componentsRoute } /input` } ,
36
36
{ title : "Menu" , href : `${ componentsRoute } /menu` } ,
37
- { title : "Progress" , href : `${ componentsRoute } /progress` } ,
37
+ { title : "Progress" , href : `${ componentsRoute } /progress` , tag : "New" } ,
38
38
{ title : "Radio" , href : `${ componentsRoute } /radio` } ,
39
39
{ title : "Select" , href : `${ componentsRoute } /select` } ,
40
40
{ title : "Switch" , href : `${ componentsRoute } /switch` } ,
0 commit comments