There was an error while loading. Please reload this page.
1 parent a76b3aa commit a6419e1Copy full SHA for a6419e1
2 files changed
public/index.html
@@ -11,7 +11,7 @@
11
/>
12
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14
- <title>Reflexer Labs | App</title>
+ <title>Reflexer | App</title>
15
</head>
16
<body>
17
<noscript>You need to enable JavaScript to run this app.</noscript>
src/connectors/index.ts
@@ -47,7 +47,7 @@ export const walletconnect = new WalletConnectConnector({
47
// mainnet only
48
export const walletlink = new WalletLinkConnector({
49
url: NETWORK_URL,
50
- appName: 'Reflexer Labs',
+ appName: 'Reflexer',
51
appLogoUrl:
52
'https://gblobscdn.gitbook.com/spaces%2F-M9jdHretGKCtWYz5jZR%2Favatar-1593281271873.png?alt=media',
53
})
0 commit comments