@@ -28,13 +28,13 @@ export const navConfig: INavigationConfig = {
2828 { title : "Alert" , href : `${ componentsRoute } /alert` } ,
2929 { title : "Avatar" , href : `${ componentsRoute } /avatar` } ,
3030 { title : "Badge" , href : `${ componentsRoute } /badge` } ,
31- { title : "Button" , href : `${ componentsRoute } /button` , tag : "Updated" } ,
31+ { title : "Button" , href : `${ componentsRoute } /button` } ,
3232 { title : "Card" , href : `${ componentsRoute } /card` } ,
3333 { title : "Checkbox" , href : `${ componentsRoute } /checkbox` } ,
3434 { title : "Dialog" , href : `${ componentsRoute } /dialog` } ,
35- { title : "Input" , href : `${ componentsRoute } /input` , tag : "Updated" } ,
35+ { title : "Input" , href : `${ componentsRoute } /input` } ,
3636 { title : "Menu" , href : `${ componentsRoute } /menu` } ,
37- { title : "Progress" , href : `${ componentsRoute } /progress` } ,
37+ { title : "Progress" , href : `${ componentsRoute } /progress` , tag : "New" } ,
3838 { title : "Radio" , href : `${ componentsRoute } /radio` } ,
3939 { title : "Select" , href : `${ componentsRoute } /select` } ,
4040 { title : "Switch" , href : `${ componentsRoute } /switch` } ,
0 commit comments