-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25066-Update-allowable-BEN-conversions (#790)
* 25066-Update-allowable-BEN-conversions * 25066-Lint fixes
- Loading branch information
Showing
3 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,31 @@ | |
class="my-1" | ||
> | ||
<div | ||
v-if="isAllowAlterOnline" | ||
v-if="!isAllowAlterOnline && !getIsLearBusiness" | ||
class="contact-registries mt-30" | ||
> | ||
<p>To complete this alteration, please contact us at:</p> | ||
<p> | ||
<v-icon small> | ||
mdi-phone | ||
</v-icon> Canada and U.S. Toll Free: | ||
<a href="tel:+1877-526-1526">1-877-526-1526</a> | ||
</p> | ||
<p> | ||
<v-icon small> | ||
mdi-phone | ||
</v-icon> Victoria Office: | ||
<a href="tel:250-387-7848">250-387-7848</a> | ||
</p> | ||
<p> | ||
<v-icon small> | ||
mdi-email | ||
</v-icon> Email: | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
<div | ||
v-else | ||
class="d-flex justify-center" | ||
> | ||
<v-btn | ||
|
@@ -137,31 +161,6 @@ | |
<strong>Alter Now</strong> | ||
</v-btn> | ||
</div> | ||
|
||
<div | ||
v-else | ||
class="contact-registries mt-30" | ||
> | ||
<p>To complete this alteration, please contact us at:</p> | ||
<p> | ||
<v-icon small> | ||
mdi-phone | ||
</v-icon> Canada and U.S. Toll Free: | ||
<a href="tel:+1877-526-1526">1-877-526-1526</a> | ||
</p> | ||
<p> | ||
<v-icon small> | ||
mdi-phone | ||
</v-icon> Victoria Office: | ||
<a href="tel:250-387-7848">250-387-7848</a> | ||
</p> | ||
<p> | ||
<v-icon small> | ||
mdi-email | ||
</v-icon> Email: | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters