Skip to content

Commit ffff9e2

Browse files
AntBushccbc-service-account
authored andcommitted
fix: update email to connectingcommunitiesbc
1 parent 3c38601 commit ffff9e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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>

0 commit comments

Comments
 (0)