Skip to content

Commit d9dc0a2

Browse files
authored
Merge pull request #3906 from bcgov/NDT-783-wrong-email
fix: update email to connectingcommunitiesbc
2 parents 3c38601 + c736a39 commit d9dc0a2

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.246.3](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.246.2...v1.246.3) (2025-03-11)
2+
3+
### Bug Fixes
4+
5+
- update email to connectingcommunitiesbc ([ffff9e2](https://github.com/bcgov/CONN-CCBC-portal/commit/ffff9e250c4b1540db14ac51fd3897613fe4748e))
6+
17
## [1.246.2](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.246.1...v1.246.2) (2025-03-11)
28

39
### Bug Fixes

app/pages/applicantportal/dashboard.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ const Dashboard = ({
170170
Intake 6 is now open until June 30, 2025. If you are
171171
interested in submitting an application, or for any questions
172172
about connectivity projects in your area, please email{' '}
173-
<a href="mailto:connectedcommunitiesbc@gov.bc.ca">
174-
connectedcommunitiesbc@gov.bc.ca
173+
<a href="mailto:connectingcommunitiesbc@gov.bc.ca">
174+
connectingcommunitiesbc@gov.bc.ca
175175
</a>
176176
</>
177177
) : (
@@ -207,7 +207,7 @@ const Dashboard = ({
207207
<StyledGovButton
208208
onClick={() => {
209209
window.location.href =
210-
'mailto:connectedcommunitiesbc@gov.bc.ca';
210+
'mailto:[email protected]@gov.bc.ca';
211211
}}
212212
>
213213
Email Us

app/pages/applicantportal/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ const Home = ({
107107
Intake 6 is now open until June 30, 2025. <br />
108108
If you are interested in submitting an application, or for any
109109
questions about connectivity projects in your area, please email{' '}
110-
<a href="mailto:connectedcommunitiesbc@gov.bc.ca">
111-
connectedcommunitiesbc@gov.bc.ca
110+
<a href="mailto:connectingcommunitiesbc@gov.bc.ca">
111+
connectingcommunitiesbc@gov.bc.ca
112112
</a>
113113
</>
114114
</BoldText>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CONN-CCBC-portal",
3-
"version": "1.246.2",
3+
"version": "1.246.3",
44
"main": "index.js",
55
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
66
"author": "Romer, Meherzad CITZ:EX <[email protected]>",

0 commit comments

Comments
 (0)