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 0592e83 commit ee5d247
Showing 1 changed file with 1 addition and 1 deletion.
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-952-387-7848" class="contact-value">250-387-7848</a>
<a href="tel:+1-250-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 ee5d247

Please sign in to comment.