Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 0 additions & 85 deletions app/components/Connect/Footer.vue

This file was deleted.

3 changes: 1 addition & 2 deletions app/pages/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ onMounted(async () => {
</p>
</div>
</UCard>
<!-- Disable for now until price list is ready. -->
<!-- eslint-disable-next-line max-len -->
<UCard v-if="false" class="relative cursor-pointer border-blue-500 shadow-none hover:shadow-md focus-within:border-2 lg:w-72 xl:w-96 2xl:w-[420px]">
<UCard class="relative cursor-pointer border-blue-500 shadow-none hover:shadow-md focus-within:border-2 lg:w-72 xl:w-96 2xl:w-[420px]">
<div class="flex flex-col gap-4">
<h5 class="font-semibold text-bcGovColor-darkGray">
{{ $t('page.dashboard.help.productFees.title') }}
Expand Down
2 changes: 1 addition & 1 deletion content/en-CA/home/sections/01.bc-reg-account/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As we work to modernize our digital registries services, features from other acc

The BC Registries account supports multiple payment options depending on the account and transaction type, including credit card, online banking, BC OnLine, and pre-authorized debit (PAD).

<!--[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"} disable until pricelist ready-->
[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"}

:SbcAccountButtons
::
2 changes: 1 addition & 1 deletion content/fr-CA/home/sections/01.bc-reg-account/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As we work to modernize our digital registries services, features from other acc

The BC Registries account supports multiple payment options depending on the account and transaction type, including credit card, online banking, BC OnLine, and pre-authorized debit (PAD).

<!--[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"}disable until pricelist ready-->
[Learn more about applicable product fees](/product-fees){target="_blank" class="prose"}

:SbcAccountButtons
::
2 changes: 1 addition & 1 deletion i18n/locales/en-CA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default {
},
productFees: {
title: 'Product Fees',
p1: 'To view fees associated with products on Service BC Connect.',
p1: 'To view fees associated with different products.',
link: 'See our fee schedule for details'
},
howToUse: {
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/fr-CA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default {
},
productFees: {
title: 'Frais de produit',
p1: 'Pour voir les frais associés aux produits sur Service BC Connect.',
p1: 'Pour consulter les frais associés à différents produits.',
link: 'See our fee schedule for details'
},
howToUse: {
Expand Down
7 changes: 1 addition & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ export default defineNuxtConfig({
routeRules: {
'/': { redirect: '/en-CA' },
'/fr-CA': { prerender: false },
'/fr-CA/**': { prerender: false },
...(!isTestOrDev && {
'/product-fees': { redirect: '/' },
'/en-CA/product-fees': { redirect: '/' },
'/fr-CA/product-fees': { redirect: '/' }
})
'/fr-CA/**': { prerender: false }
},

i18n: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bc-registry",
"version": "3.0.14",
"version": "3.0.15",
"private": true,
"type": "module",
"scripts": {
Expand Down
Loading