From 76a3c740bbee4c8d246a10a85e6187ee0e75c218 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 27 Feb 2019 14:58:11 -0300 Subject: [PATCH] change metamask tutorial link --- src/components/molecules/Web3message.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/molecules/Web3message.tsx b/src/components/molecules/Web3message.tsx index 9b31253..94ca7dc 100644 --- a/src/components/molecules/Web3message.tsx +++ b/src/components/molecules/Web3message.tsx @@ -25,12 +25,11 @@ export default class Web3message extends PureComponent { return (
No Web3 Browser. For - publishing an asset you need to use a Web3-capable plugin or - browser, like{' '} - - MetaMask - - . + publishing an asset you need to{' '} + + setup MetaMask + {' '} + or use any other Web3-capable plugin or browser.
) }