Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 19, 2024
1 parent 70127e0 commit ad67da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/includes/content/wizard/step_3.pug
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ section#step-3.columns(v-if='wizardStep==3')
input(v-model="isLocationTracked" id="locationcheckbox" type="checkbox")
label(for="locationcheckbox")
img.checkbox-logo(src="images/app_graphics/location.svg")
strong.checkbox-label Is Location tracked
strong Is Location tracked
footer.card-footer
a.card-footer-item(@click='prevStep') Previous
a.card-footer-item(@click='nextStep') Next
Expand Down
2 changes: 1 addition & 1 deletion src/includes/content/wizard/step_6.pug
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section#step-6.columns(v-if="wizardStep==6")
:alt="item.name"
:src="item.logo"
)
span.checkbox-label {{ item.name }}
span {{ item.name }}
div(v-show='typeOfPolicyInt==2')
p No third party services to choose. Goto
b Next step.
Expand Down

0 comments on commit ad67da3

Please sign in to comment.