Skip to content

Commit

Permalink
chore: set proper email on email us button
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Jan 15, 2025
1 parent 8fc6207 commit a22b905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/pages/applicantportal/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ const Dashboard = ({
) : (
<StyledGovButton
onClick={() => {
window.location.href = 'mailto:support@example.com';
window.location.href =
'mailto:connectedcommunitiesbc@gov.bc.ca';
}}
>
Email Us
Expand Down

0 comments on commit a22b905

Please sign in to comment.