diff --git a/public/index.html b/public/index.html index 0d48d171..b2242b44 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ /> - Reflexer Labs | App + Reflexer | App diff --git a/src/connectors/index.ts b/src/connectors/index.ts index 5682bb2c..7b4e89cd 100644 --- a/src/connectors/index.ts +++ b/src/connectors/index.ts @@ -47,7 +47,7 @@ export const walletconnect = new WalletConnectConnector({ // mainnet only export const walletlink = new WalletLinkConnector({ url: NETWORK_URL, - appName: 'Reflexer Labs', + appName: 'Reflexer', appLogoUrl: 'https://gblobscdn.gitbook.com/spaces%2F-M9jdHretGKCtWYz5jZR%2Favatar-1593281271873.png?alt=media', })