Skip to content

Commit

Permalink
Merge pull request #3529 from bcgov/NDT-434-Update-link-to-Program-De…
Browse files Browse the repository at this point in the history
…tails-page

fix: broken link to connectivity program page
  • Loading branch information
rafasdc authored Sep 4, 2024
2 parents ff38ce7 + 695abc2 commit faf7b9c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.190.5](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.4...v1.190.5) (2024-09-04)

### Bug Fixes

- broken link to connectivity program page ([bf5ff02](https://github.com/bcgov/CONN-CCBC-portal/commit/bf5ff02f3cb2a793aa1aaf7810c1495bcb21b14d))

## [1.190.4](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.3...v1.190.4) (2024-09-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion app/pages/applicantportal/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const Dashboard = ({
<p>
Please check the{' '}
<Link
href="https://www2.gov.bc.ca/gov/content/governments/connectivity-in-bc/20601/20601-63737"
href="https://www.gov.bc.ca/connectingcommunitiesbc"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -662,3 +662,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S
@1.190.2 2024-09-04T21:14:02Z CCBC Service Account <ccbc@button.is> # release v1.190.2
@1.190.3 2024-09-04T21:29:58Z CCBC Service Account <ccbc@button.is> # release v1.190.3
@1.190.4 2024-09-04T21:45:26Z CCBC Service Account <ccbc@button.is> # release v1.190.4
@1.190.5 2024-09-04T22:11:54Z CCBC Service Account <ccbc@button.is> # release v1.190.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.190.4",
"version": "1.190.5",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <Meherzad.Romer@gov.bc.ca>",
Expand Down

0 comments on commit faf7b9c

Please sign in to comment.