From 3830e91af6c50b424b3c985119f5aab5bbb90b72 Mon Sep 17 00:00:00 2001 From: m5r Date: Sun, 3 Oct 2021 18:21:51 +0200 Subject: [PATCH] update roadmap --- app/public-area/pages/roadmap.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/public-area/pages/roadmap.tsx b/app/public-area/pages/roadmap.tsx index 15153fc..8665edd 100644 --- a/app/public-area/pages/roadmap.tsx +++ b/app/public-area/pages/roadmap.tsx @@ -83,9 +83,13 @@ const roadmap: RoadmapItem[] = [ doneDate: new Date("2021-09-04T16:29:00"), }, { - name: "Receive a phone call", + name: "Payments integration", status: "in-progress", }, + { + name: "Receive a phone call", + status: "to-do", + }, { name: "Get notified of incoming messages and calls", status: "to-do",