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: {