Skip to content

Commit

Permalink
Merge pull request #29 from Apillon/dev
Browse files Browse the repository at this point in the history
Wallet (metamask link - removed doubled slash)
  • Loading branch information
MoMannn authored Feb 20, 2024
2 parents 2056848 + f1b90d7 commit 0ab92da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/parts/form/Wallet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { connect, connectors, pendingConnector } = useConnect();
v-if="!connector.ready && connector.id === 'metaMask'"
type="secondary"
size="large"
:href="`https://metamask.app.link/dapp/nft.ment.si/${fullPath}`"
:href="`https://metamask.app.link/dapp/nft.ment.si${fullPath}`"
>
<span class="inline-flex gap-2 items-center">
<NuxtIcon :name="connector.id" class="text-xl" filled />
Expand Down

0 comments on commit 0ab92da

Please sign in to comment.