const routes = [ { text: '', //this will be the link text component: , // Or keep this null path: '/', }, { text: 'Sales Overview New', //this will be the link text component: , // Or keep this null path: '/sales-overview-new', }, { text: 'Sales Overview New', //this will be the link text component: null, // Or keep this null path: '/sales-overview-new', } ]