Skip to content

Commit

Permalink
Update wert partner id (#42)
Browse files Browse the repository at this point in the history
* Update account.component.html

* Update wert partner ID in operations.component.html
  • Loading branch information
aswin-trilitech authored Aug 21, 2024
1 parent f0fb36e commit 563b38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/account/account.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="card-title">Balance</h2>
class="btn btn-outline-primary btn-circle mr-2"
(click)="
openLink(
'https://widget.wert.io/default/widget/?commodity=XTZ%3ATezos&address=' +
'https://widget.wert.io/01HNMCSXNZFNNFY1KG2ECE95A7/widget/?commodity=XTZ%3ATezos&address=' +
address
)
"
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/operations/operations.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="card-title">Operations</h2>
class="btn btn-outline-primary btn-circle mr-2"
(click)="
openLink(
'https://widget.wert.io/default/widget/?commodity=XTZ%3ATezos&address=' +
'https://widget.wert.io/01HNMCSXNZFNNFY1KG2ECE95A7/widget/?commodity=XTZ%3ATezos&address=' +
address
)
"
Expand Down

0 comments on commit 563b38e

Please sign in to comment.