Merge pull request #304 from ianmacd/pr1

Clicking on wallet addresses should open oxensn.com, not lokisn.com.
This commit is contained in:
Sean 2022-06-23 07:07:03 +10:00 committed by GitHub
commit 478b5305a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ export default {
}),
methods: {
openUserWalletInfo(contributorAddress) {
const url = `https://www.lokisn.com/user/${contributorAddress}`;
const url = `https://www.oxensn.com/user/${contributorAddress}`;
this.$gateway.send("core", "open_url", {
url
});