This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ footer.bottom-footer
6
6
ul.submenu
7
7
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/sitemap" ) SITE MAP]
8
8
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/about" ) ABOUT US]
9
- li.submenu-item #[ a.menu-link ( ng-href ="https://www .{{domain}}/contact -us" ) CONTACT US]
9
+ li.submenu-item #[ a.menu-link ( ng-href ="https://help .{{domain}}/hc/en -us/articles/219069687-Contact-Support " ) CONTACT US]
10
10
li.submenu-item #[ a.menu-link ( ng-href ="https://help.{{domain}}" target ="_blank" ) HELP CENTER]
11
11
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/privacy-policy/" ) PRIVACY POLICY]
12
12
li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/terms/" ) TERMS]
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ import angular from 'angular'
67
67
vm . loading = false
68
68
if ( ! subscription ) {
69
69
// add member to the list with default preferences
70
- MailchimpService . addSubscription ( userData , { } ) . then ( function ( resp ) {
70
+ MailchimpService . addSubscription ( userData ) . then ( function ( resp ) {
71
71
logger . debug ( resp )
72
72
} ) . catch ( function ( err ) {
73
73
// no error to user
You can’t perform that action at this time.
0 commit comments