diff --git a/pages/public-roadmap.tsx b/pages/public-roadmap.tsx index daf8bc3a..1f5d3997 100644 --- a/pages/public-roadmap.tsx +++ b/pages/public-roadmap.tsx @@ -93,6 +93,11 @@ const tasks: { } ], inProgress: [ + { + title: 'Real-time collaboration improved presence', + cloud: true, + target: null + }, { link: 'https://github.com/mockoon/mockoon/issues/83', title: 'WebSockets support', @@ -119,11 +124,6 @@ const tasks: { } ], comingSoon: [ - { - title: 'Real-time collaboration improved presence', - cloud: true, - target: null - }, { title: 'Environment variables support in cloud deployments', cloud: true,