Skip to content

Commit

Permalink
fix: #601 update contact phone number on the public site (#603)
Browse files Browse the repository at this point in the history
* fix(601): update contact phone number on the public site, refs: #601

* fix(601): add a comment in api to trigger api deployment, refs: #601
  • Loading branch information
MCatherine1994 authored Mar 21, 2024
1 parent 93d4366 commit 1c807ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit 1c807ef

Please sign in to comment.