Skip to content

Commit

Permalink
fix: a bunch of other out of date links while I'm at it
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Aug 29, 2024
1 parent 1e36677 commit a75db2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<p class="pt-2" v-if="ccofStatus === CCOF_STATUS_NEW">
For more information, visit the government website:
<a class='text-decoration-underline' href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/running-daycare-preschool/child-care-operating-funding">gov.bc.ca/childcareoperatingfunding</a>
<a class='text-decoration-underline' href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/child-care-operating-funding">gov.bc.ca/childcareoperatingfunding</a>
</p>
</template>
<template #button>
Expand Down Expand Up @@ -119,7 +119,7 @@
Current providers must renew their Funding Agreement every year. For more information, visit the government website:
</p>
<p>
<a class='text-decoration-underline' style="pointer-events: all;" href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/running-daycare-preschool/child-care-operating-funding">gov.bc.ca/childcareoperatingfunding</a>
<a class='text-decoration-underline' style="pointer-events: all;" href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/child-care-operating-funding">gov.bc.ca/childcareoperatingfunding</a>
</p>
<!-- <div class="text-h5 blueText" v-if="ccofRenewStatus === RENEW_STATUS_APPROVED">Status of the {{formattedProgramYear}} PCF: Approved</div> -->
<div v-if="ccofRenewStatus === RENEW_STATUS_COMPLETE">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</v-icon>
</span>
<span>
<strong>Note:</strong> Please read and understand the full eligibility requirements in the <u><a href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/running-daycare-preschool/child-care-operating-funding/wage-enhancement" target="_blank"> ECE-WE Funding Guidelines</a></u>. All CCFRI-eligible facilities must opt-in to CCFRI <u>to be eligible for ECE-WE.</u>
<strong>Note:</strong> Please read and understand the full eligibility requirements in the <u><a href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/child-care-operating-funding/wage-enhancement" target="_blank"> ECE-WE Funding Guidelines</a></u>. All CCFRI-eligible facilities must opt-in to CCFRI <u>to be eligible for ECE-WE.</u>
</span>
</v-alert>
</v-row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<br>
<p class="px-10 text-h6">
<br>
<a href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/running-daycare-preschool/child-care-operating-funding/report-changes" target="_blank">
<a href="https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/child-care-operating-funding/report-changes" target="_blank">
Learn more about reporting changes</a> to your licence or service.
<br>
<b>Before you continue:</b>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<GroupChangeDialogueContent v-if="organizationProviderType === 'GROUP'"></GroupChangeDialogueContent>
<FamilyChangeDialogueContent v-else></FamilyChangeDialogueContent>
<v-row class="d-flex justify-center">
<p>For more information about reporting changes, <a href='https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/running-daycare-preschool/child-care-operating-funding/report-changes '>visit the Child Care Operating Funding Website</a>.</p>
<p>For more information about reporting changes, <a href='https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/child-care-operating-funding/report-changes '>visit the Child Care Operating Funding Website</a>.</p>
</v-row>
<NavButton :isProcessing="processing" :isNextDisplayed="true" class="mt-10" @previous="previous" @next="next">
</NavButton>
Expand Down

0 comments on commit a75db2d

Please sign in to comment.