From 324a1996b0965c3e4edffbfb8c89ef8e42b005c8 Mon Sep 17 00:00:00 2001 From: canove Date: Mon, 7 Sep 2020 09:42:23 -0300 Subject: [PATCH] improvement: change page names --- frontend/src/components/_layout/MainListItems.js | 4 ++-- frontend/src/pages/{WhatsApps => Connections}/index.js | 6 +++--- frontend/src/routes/index.js | 9 +++++++-- 3 files changed, 12 insertions(+), 7 deletions(-) rename frontend/src/pages/{WhatsApps => Connections}/index.js (95%) diff --git a/frontend/src/components/_layout/MainListItems.js b/frontend/src/components/_layout/MainListItems.js index 0df631f..ec10505 100644 --- a/frontend/src/components/_layout/MainListItems.js +++ b/frontend/src/components/_layout/MainListItems.js @@ -43,8 +43,8 @@ const MainListItems = () => {
} /> } /> ({ }, })); -const WhatsApps = () => { +const Connections = () => { const classes = useStyles(); const [whatsApps, dispatch] = useReducer(reducer, []); @@ -211,7 +211,7 @@ const WhatsApps = () => { whatsAppId={selectedWhatsApp && !qrModalOpen && selectedWhatsApp.id} /> - WhatsApps + Connections