File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/app/onboarding Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 <div class =" auth-sub-container-error mt-8" v-if =" image.error" >
88 <h1 class =" auth-sub-container-error-message" >{{image.error}}</h1 >
99 </div >
10- <button v-if =" !image.uploaded" class =" relative onboarding-sub-container-upload-button w-full my-8" >
11- <input class =" cursor-pointer opacity-0 absolute top-0 left-0 w-full h-full rounded-md" type =" file" v-on:change =" selectFile()" ref =" file" >
10+ <button v-if =" !image.uploaded" class =" overflow-hidden relative onboarding-sub-container-upload-button w-full my-8" >
11+ <input style = " padding-left : 100 % ; " class =" cursor-pointer opacity-0 absolute top-0 left-0 w-full h-full rounded-md" type =" file" v-on:change =" selectFile()" ref =" file" >
1212 <img src =" ../../../assets/onboarding/cloud.png" class =" w-8 mx-auto" >
1313 </button >
1414 <div v-if =" image.uploaded" class =" relative overflow-hidden bg-transparent rounded-md w-full my-10" style =" padding-bottom : 70% " >
Original file line number Diff line number Diff line change 113113 <div class =" auth-sub-container-error mt-8" v-if =" image.error" >
114114 <h1 class =" auth-sub-container-error-message" >{{image.error}}</h1 >
115115 </div >
116- <button v-if =" this.$store.getters.getLoggedInUser.images.length < 6" class =" relative onboarding-sub-container-content-button-outline border w-full max-w-sm my-4" >
117- <input class =" opacity-0 absolute top-0 left-0 w-full h-full rounded-md" type =" file" v-on:change =" selectFile()" ref =" file" >
116+ <button v-if =" this.$store.getters.getLoggedInUser.images.length < 6" class =" overflow-hidden relative onboarding-sub-container-content-button-outline border w-full max-w-sm my-4" >
117+ <input style = " padding-left : 100 % ; " class =" cursor-pointer opacity-0 absolute top-0 left-0 w-full h-full rounded-md" type =" file" v-on:change =" selectFile()" ref =" file" >
118118 <img src =" ../../assets/onboarding/cloudPurple.png" class =" w-8 mx-auto" >
119119 </button >
120120 <ProfileImage
You can’t perform that action at this time.
0 commit comments