Skip to content

Commit 1e803f0

Browse files
authored
Updated Wallet Link
Portis.io has not configured the SSL certificate correctly when accessing without the 'www' subdomain. The looks unsecure to the visitor, so I have fixed the link to use the 'www' subdomain.
1 parent 3a79905 commit 1e803f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ const walletData: WalletData[] = [
347347
name: "Portis",
348348
image_name: "portis",
349349
brand_color: "#ffffff",
350-
url: "https://portis.io",
350+
url: "https://www.portis.io",
351351
wallet_live_date: "Nov, 2018",
352352
active_development_team: true,
353353
languages_supported: ["en"],

0 commit comments

Comments
 (0)