This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ footer.bottom-footer
66 ul.submenu
77 li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/sitemap" ) SITE MAP]
88 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]
1010 li.submenu-item #[ a.menu-link ( ng-href ="https://help.{{domain}}" target ="_blank" ) HELP CENTER]
1111 li.submenu-item #[ a.menu-link ( ng-href ="https://www.{{domain}}/community/how-it-works/privacy-policy/" ) PRIVACY POLICY]
1212 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'
6767 vm . loading = false
6868 if ( ! subscription ) {
6969 // add member to the list with default preferences
70- MailchimpService . addSubscription ( userData , { } ) . then ( function ( resp ) {
70+ MailchimpService . addSubscription ( userData ) . then ( function ( resp ) {
7171 logger . debug ( resp )
7272 } ) . catch ( function ( err ) {
7373 // no error to user
You can’t perform that action at this time.
0 commit comments