diff --git a/src/components/TaskBarMenu/menuData.tsx b/src/components/TaskBarMenu/menuData.tsx index 985e62fbbb8f..996317fca988 100644 --- a/src/components/TaskBarMenu/menuData.tsx +++ b/src/components/TaskBarMenu/menuData.tsx @@ -393,8 +393,8 @@ export function useMenuData(): MenuType[] { }, { type: 'item', - label: 'Customers', - link: '/customers', + label: 'Blog', + link: '/blog', }, { type: 'item', @@ -403,13 +403,13 @@ export function useMenuData(): MenuType[] { }, { type: 'item', - label: 'Roadmap', - link: '/roadmap', + label: 'Customers', + link: '/customers', }, { type: 'item', - label: 'WIP', - link: '/wip', + label: 'Roadmap', + link: '/roadmap', }, { type: 'item',