Merge branch 'main' of github.com:hainatravel/global-sales

dev/timezone
Jimmy Liow 1 year ago
commit 2f84de9164

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

@ -249,7 +249,7 @@ const InputComposer = ({ mobile }) => {
onPaste={handlePaste}
ref={textInputRef}
size='large'
maxLength={2000}
maxLength={complexMsg.id ? 1024 : 2000}
showCount={textabled}
placeholder={
!textabled

@ -79,20 +79,20 @@ const manifestForPWAPlugIn = {
icons: [
{
src: '/favicon.ico',
sizes: '32x32',
sizes: '96x96',
},
{
src: '/s-launchericon-192-192.png',
src: '/pwa-launchericon-192-192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: '/s-launchericon-144-144.png',
src: '/pwa-launchericon-144-144.png',
sizes: '144x144',
type: 'image/png',
},
{
src: '/s-launchericon-512-512.png',
src: '/pwa-launchericon-512-512.png',
sizes: '512x512',
type: 'image/png',
},

Loading…
Cancel
Save