Commit 3c65df720f2b95163862495a87e720aa8bcdf3c7

Authored by Palak Handa
1 parent 13526b42f9
Exists in master

minor change

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
... ... @@ -456,7 +456,7 @@
456 456  
457 457 $scope.click=function(){
458 458 Analytics.trackEvent('whatsapp', 'click', 'Registration');
459   - let redirectUrl = "https://wa.me/918283056881";
  459 + let redirectUrl = "https://wa.me/919855051678";
460 460 window.open(redirectUrl,"_blank")
461 461 }
462 462  
... ... @@ -708,7 +708,7 @@
708 708  
709 709 $scope.click=function(){
710 710 Analytics.trackEvent('whatsapp', 'click', 'Registration');
711   - let redirectUrl = "https://wa.me/918283056881";
  711 + let redirectUrl = "https://wa.me/919855051678";
712 712 window.open(redirectUrl,"_blank")
713 713 }
714 714  
... ...