@@ -28,15 +28,16 @@ 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` } ,
31+ { title : "Button" , href : `${ componentsRoute } /button` , tag : "Updated" } ,
3232 { title : "Card" , href : `${ componentsRoute } /card` } ,
3333 { title : "Checkbox" , href : `${ componentsRoute } /checkbox` } ,
3434 { title : "Dialog" , href : `${ componentsRoute } /dialog` } ,
3535 { title : "Input" , href : `${ componentsRoute } /input` , tag : "Updated" } ,
3636 { title : "Menu" , href : `${ componentsRoute } /menu` } ,
37+ { title : "Progress" , href : `${ componentsRoute } /progress` } ,
3738 { title : "Radio" , href : `${ componentsRoute } /radio` } ,
38- { title : "Select" , href : `${ componentsRoute } /select` , tag : "New" } ,
39- { title : "Switch" , href : `${ componentsRoute } /switch` , tag : "New" } ,
39+ { title : "Select" , href : `${ componentsRoute } /select` } ,
40+ { title : "Switch" , href : `${ componentsRoute } /switch` } ,
4041 { title : "Tab" , href : `${ componentsRoute } /tab` } ,
4142 { title : "Textarea" , href : `${ componentsRoute } /textarea` } ,
4243 { title : "Text" , href : `${ componentsRoute } /text` } ,
0 commit comments