diff --git a/src/app/brands/lavero/pages/info/contacts/ru/contacts-ru.component.html b/src/app/brands/lavero/pages/info/contacts/ru/contacts-ru.component.html index 1f4c932..5f31ac0 100644 --- a/src/app/brands/lavero/pages/info/contacts/ru/contacts-ru.component.html +++ b/src/app/brands/lavero/pages/info/contacts/ru/contacts-ru.component.html @@ -29,7 +29,7 @@
📍

Адрес

-

Армения, 0501, Арагацотиская обл., г. Талин, ул. Гая, д. 12

+

АРМЕНИЯ, КОТАЙК, АБОВЯН, ВЕРИН ПТГНИ, ул. 3-я, 28

diff --git a/src/environments/environment.lavero.production.ts b/src/environments/environment.lavero.production.ts index 1095d92..8b0d866 100644 --- a/src/environments/environment.lavero.production.ts +++ b/src/environments/environment.lavero.production.ts @@ -13,8 +13,8 @@ export const environment = { telegram: '@laveromarket', telegramBot: 'myAMLKYCBOT', phones: { - russia: '+7 916 109 10 32', - support: '+7 916 109 10 32' + russia: '+374 96 601607', + support: '+374 96 601607' }, phoneTel: 'tel:+79161091032', useMockData: false, defaultLanguage: 'hy' diff --git a/src/environments/environment.lavero.ts b/src/environments/environment.lavero.ts index 2141c50..13e838f 100644 --- a/src/environments/environment.lavero.ts +++ b/src/environments/environment.lavero.ts @@ -13,8 +13,8 @@ export const environment = { telegram: '@laveromarket', telegramBot: 'myAMLKYCBOT', phones: { - russia: '+7 916 109 10 32', - support: '+7 916 109 10 32' + russia: '+374 96 601607', + support: '+374 96 601607' }, phoneTel: 'tel:+79161091032', useMockData: false, defaultLanguage: 'hy' diff --git a/start b/start index e854746..80d7683 100755 --- a/start +++ b/start @@ -1,2 +1,3 @@ pm2 start "ng serve --configuration=novo --host 127.0.0.1 --port 4010" --name novo-market +pm2 start "ng serve --configuration=lavero --host 127.0.0.1 --port 4202" --name lavero-market pm2 start "ng serve --host 127.0.0.1 --port 4001" --name dexar-market