Skip to content

Commit

Permalink
Merge branch 'master' into customer/perfect-gourmet
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Khailo committed Jan 6, 2017
2 parents 43ae712 + a0fb4fa commit 8660df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/auth/auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Auth extends Component {
const authProps = {
getPath: this.getPath,
path: this.props.path,
mergeGuestCart: true,
};

switch (this.props.authBlockType) {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/home/home-page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import styles from './home-page.css';
const mainBlocks = [
{
imageUrl: '/images/home-page/Home_Page_Holidays_NEW_2x.jpg',
description: 'We’ve got you covered',
title: 'Entertaining for the holidays?',
action: { title: 'Shop holiday picks', link: '/holiday' },
description: '',
title: 'Make Every Day A Reason to Celebrate',
action: { title: 'Shop Entrées', link: '/ENTRÉES' },
},
{
imageUrl: '/images/home-page/Home_Page_Favorites_2x.jpg',
Expand Down

0 comments on commit 8660df5

Please sign in to comment.