Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jul 8, 2024
1 parent dc191ae commit 65110b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/polkagate/snap.git"
},
"source": {
"shasum": "WCRi96gazdPaH9adRhOi4DGx4fUmPyT56dX38wn4GOs=",
"shasum": "/NqD2fB/PYxiOPLQln8ZoItLwO8zD8/PHoACj1CI4RQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/ui/dappList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function showDappList(id: string) {
),
text('General : **[apps.polkagate.xyz](https://apps.polkagate.xyz)**'),
text(
'Staking : **[staking.polkadot.cloud](https://staking.polkadot.cloud/)**',
'Staking : **[staking.polkadot.cloud](https://staking.polkadot.cloud)**',
),
text('Governance : **Coming Soon ...**'),
divider(),
Expand Down

0 comments on commit 65110b6

Please sign in to comment.