summary refs log tree commit diff stats
path: root/client/src/components/ConnectWallet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/ConnectWallet.tsx')
-rw-r--r--client/src/components/ConnectWallet.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/ConnectWallet.tsx b/client/src/components/ConnectWallet.tsx
index 3a293c0..2593809 100644
--- a/client/src/components/ConnectWallet.tsx
+++ b/client/src/components/ConnectWallet.tsx
@@ -86,7 +86,7 @@ const ConnectButton = ({
     (async () => {
       // creates a wallet instance
       const wallet = new BeaconWallet({
-        name: "Taquito Boilerplate",
+        name: "MyMedMemoir",
         preferredNetwork: NetworkType.GRANADANET,
         disableDefaultEvents: true, // Disable all events / UI. This also disables the pairing alert.
         eventHandlers: {