Skip to content

Commit

Permalink
feat(fe:FSADT1-1006): set roles form and main (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora authored Mar 18, 2024
1 parent 6bc3199 commit 9619fc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/FormBCSCPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const updateDistrict = (value: CodeNameType | undefined) => {
</div>
</div>

<div class="form-steps-section">
<div class="form-steps-section" role="form">
<h2 data-scroll="scroll-0">
Personal information
</h2>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/FormBCeIDPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ watch(cdsProgressStepArray, async (array) => {
</div>
</div>

<div class="form-steps">
<div class="form-steps" role="form">
<div v-if="currentTab == 0" class="form-steps-01">
<div class="form-steps-01-title">
<h2 data-scroll="scroll-0">Before you begin</h2>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/FormSubmittedPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SVG = useSvg(badgePictogram);
</script>

<template>
<div class="frame-03">
<div class="frame-03" role="main">
<SVG alt="Badge pictogram" class="submission-badge" role="presentation"></SVG>
<div class="form-header form-header-application-submitted">
<h1 class="fluid-heading-04">Application submitted!</h1>
Expand Down

0 comments on commit 9619fc3

Please sign in to comment.