diff --git a/.meteor/packages b/.meteor/packages index ddc284030b1..979a68ee39b 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -29,4 +29,4 @@ reactioncommerce:reaction-paypal reactioncommerce:reaction-braintree reactioncommerce:reaction-stripe reactioncommerce:reaction-auth-net -#reactioncommerce:reaction-social +reactioncommerce:reaction-social diff --git a/client/templates/layout/footer/footer.coffee b/client/templates/layout/footer/footer.coffee index 0f5005a25d1..1d5fa0f0b2b 100644 --- a/client/templates/layout/footer/footer.coffee +++ b/client/templates/layout/footer/footer.coffee @@ -8,6 +8,6 @@ Template.layoutFooter.helpers placement: 'footer' faClass: 'square' faSize: 'fa-3x' - appsOrder: ['facebook', 'twitter', 'googleplus', 'pinterest'] + appsOrder: ['facebook', 'twitter', 'pinterest', 'googleplus'] Template.footer.replaces "layoutFooter" diff --git a/client/templates/layout/footer/footer.html b/client/templates/layout/footer/footer.html index b79e6d3142c..649dd4d131b 100644 --- a/client/templates/layout/footer/footer.html +++ b/client/templates/layout/footer/footer.html @@ -30,8 +30,8 @@ -