We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6646f33 commit 37804d5Copy full SHA for 37804d5
src/components/onboarding/sign-up-store/index.js
@@ -69,7 +69,7 @@ export default class SignUp extends React.Component {
69
70
renderHelpLink = () => {
71
return (
72
- <div css={style.helpLink__location}>
+ <div css={style.helpLink_wrapper}>
73
<LinkButton css={style.helpLink_button} to={ROUTE.PATH.NEED_WALLET}>
74
<div css={style.helpLink_text}>What is it?</div>
75
</LinkButton>
src/components/onboarding/sign-up-store/index.style.js
@@ -50,7 +50,7 @@ export default {
50
display: 'flex',
51
flexDirection: 'row-reverse',
52
},
53
- helpLink__location: {
+ helpLink_wrapper: {
54
marginTop: 5,
55
flex: 1,
56
0 commit comments