Skip to content

Commit

Permalink
Merge pull request #527 from bcgov/fixes/bugs-and-feedback
Browse files Browse the repository at this point in the history
fixes/bugs-and-feedback
  • Loading branch information
qsl-deepak authored Oct 3, 2024
2 parents 55d7918 + 590ba16 commit 3f1e7b8
Show file tree
Hide file tree
Showing 11 changed files with 223 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div v-if="applicationStore.applicationStatus === undefined" class="d-flex flex-row justify-start ga-3 flex-wrap">
<v-btn variant="flat" size="large" color="warning" @click="handleStartNewApplication">
<v-icon size="large" icon="mdi-arrow-right" />
Apply Now
Apply now
</v-btn>
</div>
</v-card-actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ECEIteRegistrantRequirements />
</template>

<v-btn class="mt-6" rounded="lg" color="primary" @click="continueClick">Apply Now</v-btn>
<v-btn class="mt-6" rounded="lg" color="primary" @click="continueClick">Apply now</v-btn>
</v-container>
</template>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<v-container>
<Breadcrumb :items="items" />
<h1>Declaration and consent</h1>
<p>You must read and agree to the following to apply for certification</p>
<h1 class="mb-5">Declaration and consent</h1>
<p>You must read and agree to the following to apply for certification.</p>
<br />
<ul class="ml-10">
<li>I understand that the ECE Registry may require additional information (including supporting documents) in connection with this application.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</v-row>
<v-row>
<v-col>
<ECEHeader title="Education Information"></ECEHeader>
<ECEHeader title="Education information"></ECEHeader>
<p>You must have completed an early childhood education course in at least one of the following:</p>
<br />
<ul class="ml-10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</v-row>
<v-row>
<v-col>
<ECEHeader title="Education Information"></ECEHeader>
<ECEHeader title="Education information"></ECEHeader>
<p>
You must have completed a basic early childhood education program. It must be
<a
Expand Down Expand Up @@ -65,7 +65,7 @@
</v-row>
<v-row>
<v-col>
<ECEHeader title="Work Experience" />
<ECEHeader title="Work experience" />
<p>You need to have completed 500 hours of work experience. And be able to provide references to attest to all the hours.</p>
<br />
<p>Important information about calculating hours:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</v-row>
<v-row>
<v-col>
<ECEHeader title="Education Information"></ECEHeader>
<ECEHeader title="Education information"></ECEHeader>
<p>
You must have completed a basic early childhood education program. It must be
<a
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<PreviewCard title="Character Reference" portal-stage="CharacterReferences">
<PreviewCard title="Character reference" portal-stage="CharacterReferences">
<template #content>
<v-row>
<v-col cols="4">
Expand Down
Loading

0 comments on commit 3f1e7b8

Please sign in to comment.