Skip to content

Commit

Permalink
PR Updated href target
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespaologarcia committed Nov 8, 2023
1 parent 2ed048f commit b885f4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "name-request",
"version": "5.3.7",
"version": "5.3.8",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

<li v-else-if="isRestoration && isSelectedXproAndRestorable">
To reinstate your business, complete
<a :href="fullReinstatementFormLink">
<a :href="fullReinstatementFormLink" target="_blank">
this form <v-icon
small
class="ml-1"
color="primary"
>mdi-open-in-new</v-icon>
</a> for a full reinstatement or
<a :href="limitedReinstatementFormLink">
<a :href="limitedReinstatementFormLink" target="_blank">
this form <v-icon
small
class="ml-1"
Expand Down

0 comments on commit b885f4f

Please sign in to comment.