Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #601 update contact phone number on the public site #603

Merged
merged 2 commits into from
Mar 21, 2024
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
4 changes: 3 additions & 1 deletion api/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ function getLogLevel():string {
})
export class AppModule {
constructor(private appConfigService: AppConfigService) {}
}
}

// add a comment to trigger api deployment
3 changes: 1 addition & 2 deletions public/src/app/contact/contact.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ <h1>Contact Us</h1>
</span>
<h3>Phone</h3>
<p>Monday to Friday, 8:30am - 4:30pm</p>
<div>Toll free: <strong>1-877-387-7000</strong></div>
<div>Outside NA: <strong>+1-778-372-0729</strong></div>
<div><strong>250-952-6801</strong> (Select option 1)</div>
</div>
</div>
<div class="block">
Expand Down
Loading