From 891722ad2451b848d73fa9911caeccbf01cba62b Mon Sep 17 00:00:00 2001 From: Leandro Palmeira Date: Mon, 17 Mar 2025 14:04:11 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20corres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ backend/package.json | 2 +- frontend/public/manifest.json | 4 ++-- frontend/src/layout/index.js | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index add9bcb..4aaea45 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ Está é a versão que dá base a versão desenvolvida pela PLW e vendida por nós. + +As implementações aqui são experada no proxímo update. + +Oferecemos suporte apenas a versão comercialmente vendida. diff --git a/backend/package.json b/backend/package.json index aa6ad37..e75f59c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -25,7 +25,7 @@ "@hapi/boom": "^9.1.4", "@sentry/node": "^6.18.1", "@types/fs-extra": "^11.0.4", - "@whiskeysockets/baileys": "^6.7.9", + "@whiskeysockets/baileys": "^6.7.16", "async-mutex": "^0.4.1", "bcryptjs": "^2.4.3", "body-parser": "^1.20.2", diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 7f0463d..4a7f3cb 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Whaticket Saas", - "name": "Whaticket Saas", + "short_name": "Whaticket SaaS", + "name": "Whaticket SaaS", "icons": [ { "src": "favicon.ico", diff --git a/frontend/src/layout/index.js b/frontend/src/layout/index.js index fcbd689..b403f2b 100644 --- a/frontend/src/layout/index.js +++ b/frontend/src/layout/index.js @@ -54,11 +54,11 @@ const useStyles = makeStyles((theme) => ({ backgroundColor: theme.palette.fancyBackground, '& .MuiButton-outlinedPrimary': { color: theme.mode === 'light' ? '#FFF' : '#FFF', - backgroundColor: theme.mode === 'light' ? '#2f0549' : '#1c1c1c', + backgroundColor: theme.mode === 'light' ? '#2DDD7F' : '#1c1c1c', //border: theme.mode === 'light' ? '1px solid rgba(0 124 102)' : '1px solid rgba(255, 255, 255, 0.5)', }, '& .MuiTab-textColorPrimary.Mui-selected': { - color: theme.mode === 'light' ? '#2f0549' : '#FFF', + color: theme.mode === 'light' ? '#2DDD7F' : '#FFF', } }, avatar: {