Skip to content

Commit

Permalink
replace contact number
Browse files Browse the repository at this point in the history
  • Loading branch information
eve-git committed Mar 14, 2023
1 parent 5bb38d5 commit 0592e83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "4.6.8",
"version": "4.6.9",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/RegistriesContactInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li class="contact-container">
<v-icon class="contact-icon" size="18px">mdi-phone</v-icon>
<span class="px-2">Victoria Office:</span>
<a href="tel:+1-250-952-0568" class="contact-value">250-952-0568</a>
<a href="tel:+1-952-387-7848" class="contact-value">250-387-7848</a>
</li>
<li class="contact-container">
<v-icon class="contact-icon" size="18px">mdi-email</v-icon>
Expand Down

0 comments on commit 0592e83

Please sign in to comment.