Skip to content

Commit 37804d5

Browse files
committed
🔖 helpLink__location
1 parent 6646f33 commit 37804d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/onboarding/sign-up-store/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class SignUp extends React.Component {
6969

7070
renderHelpLink = () => {
7171
return (
72-
<div css={style.helpLink__location}>
72+
<div css={style.helpLink_wrapper}>
7373
<LinkButton css={style.helpLink_button} to={ROUTE.PATH.NEED_WALLET}>
7474
<div css={style.helpLink_text}>What is it?</div>
7575
</LinkButton>

src/components/onboarding/sign-up-store/index.style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default {
5050
display: 'flex',
5151
flexDirection: 'row-reverse',
5252
},
53-
helpLink__location: {
53+
helpLink_wrapper: {
5454
marginTop: 5,
5555
flex: 1,
5656
display: 'flex',

0 commit comments

Comments
 (0)