Skip to content

Commit

Permalink
fix: modify the icon size and email Subscribe text
Browse files Browse the repository at this point in the history
  • Loading branch information
b3aton committed Jul 22, 2022
1 parent 8229889 commit a9ac064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/storefront/src/locales/en-US/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ export default {
'intl.user.register.RegisterFinish.bcSuccess.tip': 'Thank you for creating your account at {storeName}.',

// register components
'intl.user.register.RegisteredSingleCheckBox.label': 'Email me special promotions and update',
'intl.user.register.RegisteredSingleCheckBox.label': 'Email me special promotions and updates',
}
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/registered/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export const RegisteredImage = styled('div')({
justifyContent: 'center',
alignItems: 'center',
width: '100%',
height: '150px',
height: '130px',
})

0 comments on commit a9ac064

Please sign in to comment.