Skip to content

Commit

Permalink
fix(onboarding): mobile styles last onboarding step
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenibir committed Sep 15, 2023
1 parent ae3b12e commit b837d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login/register-user-with-captcha-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default {
.font-lato.text-heading.text-weight-bolder.q-mb-md(:style="{ 'font-size': '34px' }") {{ $t('login.register-user-with-captcha-view.loginWith') }}
.q-mt-md
.row
.col-3
.col-4.q-mr-sm(:style="'min-width: 120px'")
img(:style="{ 'width': 'fit-content' }" src="~/assets/images/onboarding-mobile.svg")
.col.q-ml-md
.text-bold.text-black.q-mt-md {{ $t('login.register-user-with-captcha-view.signYourFirstTransaction') }}
Expand Down

0 comments on commit b837d02

Please sign in to comment.